aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-13 15:30:23 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-13 15:30:27 +0100
commitc4741804bceac6f5f3ea06f9041c5b4fde7a3d7d (patch)
tree6890c6e3a47b5162c306a62a862949cd9a8df668 /client/src/app/app.component.scss
parentbaab47ca81742deae15acd671e8c332a4e1d6eb7 (diff)
downloadPeerTube-c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d.tar.gz
PeerTube-c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d.tar.zst
PeerTube-c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d.zip
Fix margins/widths with top-menu and main-col on small screens
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index d9dace16b..f1b49a1e2 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -8,6 +8,7 @@
8.sub-header-container { 8.sub-header-container {
9 margin-top: $header-height; 9 margin-top: $header-height;
10 background-color: var(--mainBackgroundColor); 10 background-color: var(--mainBackgroundColor);
11 width: 100%;
11} 12}
12 13
13.header { 14.header {