fix comment and top-menu placement regressions

pull/1026/head
Rigel Kent 2018-09-05 20:00:47 +02:00
parent db6d617dd2
commit 66467298e6
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
3 changed files with 7 additions and 2 deletions

View File

@ -26,6 +26,10 @@ menu {
overflow-y: auto;
}
.top-menu {
flex-grow: 1;
}
.logged-in-block {
height: 100px;
background-color: rgba(255, 255, 255, 0.15);

View File

@ -54,7 +54,7 @@
&:not(.linkified-url) {
@include disable-default-a-behaviour;
color: #000;
color: var(--mainForegroundColor);
font-weight: $font-semibold;
}
@ -73,7 +73,7 @@
margin-right: 10px;
&:hover {
color: #000;
color: var(--mainForegroundColor);
}
}
}

View File

@ -386,6 +386,7 @@
my-video-comments {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}