Switch to side-by-side view

--- a/GUI/dark.css
+++ b/GUI/dark.css
@@ -1,3 +1,9 @@
+QWidget {
+    border: none;
+    color: #D8D8D8;
+    selection-background-color: #424e72;
+}
+
 QMainWindow, QDialog {
     border: none;
     background-color: #3c3c3c;
@@ -5,18 +11,12 @@
     selection-background-color: #424e72;
 }
 
-QWidget {
-    border: none;
-    color: #D8D8D8;
-    selection-background-color: #424e72;
-}
-
 QFrame {
     border-bottom: 1px groove qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 transparent, stop: 0.3 #242424, stop: 0.7 #242424, stop: 1.0 transparent);
     background: transparent;
 }
 
-QLabel, QScrollArea{
+QLabel, QScrollArea {
     border: none;
     background: transparent;
 }