mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 07:23:31 +00:00
remove paddign from media component
This commit is contained in:
parent
3aca559715
commit
10917ea472
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
.media {
|
.media {
|
||||||
/* temp fix for text files */
|
/* temp fix for text files */
|
||||||
background: var(--media-bg);
|
background: var(--media-bg);
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ nav.sub-header
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
margin: 0 16px;
|
margin: 0 12px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
color: var(--tab-color);
|
color: var(--tab-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Reference in a new issue