diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-28 13:59:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-28 15:53:12 +0200 |
commit | 8afc19a6121569da054462c7cb351a3f13030a32 (patch) | |
tree | 6dba42963681062536e635dd3ca401e1c7b0ca9f /client/src/sass/application.scss | |
parent | 3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a (diff) | |
download | PeerTube-8afc19a6121569da054462c7cb351a3f13030a32.tar.gz PeerTube-8afc19a6121569da054462c7cb351a3f13030a32.tar.zst PeerTube-8afc19a6121569da054462c7cb351a3f13030a32.zip |
Add ability to choose the language
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index dae0c52c2..96602dc38 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -288,7 +288,7 @@ table { | |||
288 | 288 | ||
289 | // On small screen, menu is absolute | 289 | // On small screen, menu is absolute |
290 | @media screen and (max-width: 600px) { | 290 | @media screen and (max-width: 600px) { |
291 | .title-menu-left { | 291 | .menu-wrapper { |
292 | width: 100% !important; | 292 | width: 100% !important; |
293 | position: absolute !important; | 293 | position: absolute !important; |
294 | z-index: 10000; | 294 | z-index: 10000; |