diff --git a/src/styles/index.scss b/src/styles/index.scss
index 62687b6c8f64bc93f6c57a4a976e382c41489e80..d7a3b3ea2a454126e5ee4f41179efae4983487fe 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -84,10 +84,6 @@
     position: relative;
   }
 
-  &-window-sidebar-panel-drawer {
-    margin-left: $window-sidebar-width;
-  }
-
   &-osd-navigation {
     bottom: 10px;
     left: 0;
diff --git a/src/styles/variables.scss b/src/styles/variables.scss
index 8aa2d0c0dd7be1227b3b9ed2fc7b0e32defac197..27e6fdfc64186a8842bd106e770af8f30700cf62 100644
--- a/src/styles/variables.scss
+++ b/src/styles/variables.scss
@@ -4,5 +4,4 @@ $gray: #808080;
 $white: #fff;
 $window-top-bar-gradient-top: rgba(0, 0, 0, .65);
 $window-top-bar-gradient-bottom: rgba(0, 0, 0, 0);
-$window-sidebar-width: 55px;
 $surface-dark: #f5f5f5;