]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
deal with refresh token in embed
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index ea89ca9ce6558fb9722e6e8332bf62f2c8548385..4c7e6b3967f6e35f2be8cf76abbd855c4e12b98e 100644 (file)
@@ -32,6 +32,7 @@ body {
   --secondaryColor: #{$secondary-color};
 
   --greyForegroundColor: #{$grey-foreground-color};
+  --greyBackgroundColor: #{$grey-background-color};
 
   --menuBackgroundColor: #{$menu-background};
   --menuForegroundColor: #{$menu-color};
@@ -152,7 +153,7 @@ label {
     z-index: #{z('header') - 1};
 
     & + .margin-content {
-      margin-top: $sub-menu-margin-bottom;
+      padding-top: $sub-menu-height + $sub-menu-margin-bottom;
     }
   }
 
@@ -371,7 +372,7 @@ table {
       input[type=email],
       textarea,
       .peertube-select-container {
-        width: 100% !important;
+        flex-grow: 1;
       }
 
       .caption input[type=text] {