diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-03 14:04:42 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-13 16:32:58 +0100 |
commit | 52cc0d54850e0acf069d2f95d063826f16ff5238 (patch) | |
tree | fb7450bc09fc5aa34c480bd197407c4881b85299 /client/src/sass/application.scss | |
parent | 6af662a5961b48ac12682df2b8b971060a2cc67d (diff) | |
download | PeerTube-52cc0d54850e0acf069d2f95d063826f16ff5238.tar.gz PeerTube-52cc0d54850e0acf069d2f95d063826f16ff5238.tar.zst PeerTube-52cc0d54850e0acf069d2f95d063826f16ff5238.zip |
Gracefully downsize search bar for mobile devices
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index e4840dd81..4ad14ea5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -47,6 +47,11 @@ body { | |||
47 | font-size: 14px; | 47 | font-size: 14px; |
48 | } | 48 | } |
49 | 49 | ||
50 | ::selection { | ||
51 | color: var(--mainBackgroundColor); | ||
52 | background-color: var(--mainHoverColor); | ||
53 | } | ||
54 | |||
50 | #incompatible-browser { | 55 | #incompatible-browser { |
51 | display: none; | 56 | display: none; |
52 | text-align: center; | 57 | text-align: center; |