diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-03 11:49:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-03 11:49:24 +0200 |
commit | 2045b572233d1ee81fb1c14e33fc22b805cd7230 (patch) | |
tree | cf7b2b05a7860698cd05c03ec825b1eef890a72e /client | |
parent | c00f96cef9e07674438f6015c18b35752eba9edf (diff) | |
download | PeerTube-2045b572233d1ee81fb1c14e33fc22b805cd7230.tar.gz PeerTube-2045b572233d1ee81fb1c14e33fc22b805cd7230.tar.zst PeerTube-2045b572233d1ee81fb1c14e33fc22b805cd7230.zip |
Fix about page layout with fixed submenu
Diffstat (limited to 'client')
-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 7ed900574..4c7e6b396 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -153,7 +153,7 @@ label { | |||
153 | z-index: #{z('header') - 1}; | 153 | z-index: #{z('header') - 1}; |
154 | 154 | ||
155 | & + .margin-content { | 155 | & + .margin-content { |
156 | margin-top: $sub-menu-margin-bottom; | 156 | padding-top: $sub-menu-height + $sub-menu-margin-bottom; |
157 | } | 157 | } |
158 | } | 158 | } |
159 | 159 | ||