about summary refs log tree commit diff
path: root/assets/public
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-02-21 00:40:09 +0100
committerMel <einebeere@gmail.com>2022-02-21 00:40:09 +0100
commit20cf91ce9f49c994fae9448c4ae6f93d4bc79323 (patch)
tree8321a6c1110675b705b7b0d2186b01ec0270528f /assets/public
parent2e6c8f3acd4f7207b31b2def0d60857db4695a94 (diff)
downloadrook-20cf91ce9f49c994fae9448c4ae6f93d4bc79323.tar.zst
rook-20cf91ce9f49c994fae9448c4ae6f93d4bc79323.zip
Lock requests list to window top and shrink main
Diffstat (limited to 'assets/public')
-rw-r--r--assets/public/css/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/public/css/app.css b/assets/public/css/app.css
index e23b16e..e23d13d 100644
--- a/assets/public/css/app.css
+++ b/assets/public/css/app.css
@@ -47,8 +47,15 @@ main {
     }
 }
 
+@media (min-width: 1400px) {
+    main {
+        width: 50%;
+    }
+}
+
 .left-segment {
     width: 315px;
+    box-sizing: border-box;
 }
 
 .right-segment {