diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-17 11:16:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-17 11:16:08 +0100 |
commit | 17bb716bc49b30cc8f22e32f73b9b53ab9ae560d (patch) | |
tree | 0fa89809a3d9622a28c75e5bbc1520d9ba32c2ef /client/src/app/header | |
parent | 457bb213b273a9b206cc5654eb085cede4e916ad (diff) | |
download | PeerTube-17bb716bc49b30cc8f22e32f73b9b53ab9ae560d.tar.gz PeerTube-17bb716bc49b30cc8f22e32f73b9b53ab9ae560d.tar.zst PeerTube-17bb716bc49b30cc8f22e32f73b9b53ab9ae560d.zip |
Fix some styles
Video edit tags, dropdown actions font ...
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/header.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index cdc457b96..cea415d9b 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -6,6 +6,7 @@ | |||
6 | padding-left: 10px; | 6 | padding-left: 10px; |
7 | margin-right: 15px; | 7 | margin-right: 15px; |
8 | padding-right: 40px; // For the search icon | 8 | padding-right: 40px; // For the search icon |
9 | font-size: 14px; | ||
9 | 10 | ||
10 | &::placeholder { | 11 | &::placeholder { |
11 | color: var(--inputPlaceholderColor); | 12 | color: var(--inputPlaceholderColor); |