]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_variables.scss
Fix remote interaction
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _variables.scss
index f973b3257812e9f10d7b3eb15ae039762ee8771c..e1d3716dd4a484aab1945d02c483c29e6a9e4e21 100644 (file)
@@ -53,8 +53,7 @@ $sub-menu-height: 81px;
 
 $channel-background-color: #f6ede8;
 
-// FIXME: cannot use math.div here because of compilation error
-$banner-inverted-ratio: 0.1666666666;
+$banner-inverted-ratio: math.div(1, 6);
 
 $max-channels-width: 1200px;