]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/_variables.scss
Add margin when main content is not expanded
[github/Chocobozzz/PeerTube.git] / client / src / sass / _variables.scss
index d05452367754be9228503a089a14319e99ce6556..0d655e85c17c18fbcf67c6328c2fc1cd19022eb3 100644 (file)
@@ -9,6 +9,7 @@ $black-background: #000;
 $grey-background: #f6f2f2;
 
 $expanded-horizontal-margins: 150px;
+$not-expanded-horizontal-margins: 30px;
 
 $button-height: 30px;