fix comment and top-menu placement regressions
authorRigel Kent <sendmemail@rigelk.eu>
Wed, 5 Sep 2018 18:00:47 +0000 (20:00 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Wed, 5 Sep 2018 18:00:47 +0000 (20:00 +0200)
client/src/app/menu/menu.component.scss
client/src/app/videos/+video-watch/comment/video-comment.component.scss
client/src/app/videos/+video-watch/video-watch.component.scss

index a699da12fc16e5cac374125142e0e37197d4e248..fc5110edae29ac5abcc98f6942b0f0e40066286b 100644 (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);
index 285db061fbe53cb74a203e35e4944087a703d9f1..f331fab8037b6cd55622ee3375a9a9859b73761b 100644 (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);
         }
       }
     }
index c657e4b7076e5350389478beea68cbc9ea67ce2b..0d593ea32aa82f0a995c4d9d725aecc60d5c663c 100644 (file)
 
 my-video-comments {
   display: inline-block;
+  width: 100%;
   margin-bottom: 20px;
 }