mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-13 16:39:59 +00:00
🎨 Removes fixed max-width on wide-screens (#554)
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ export default {
|
||||
overflow: auto;
|
||||
@extend .scroll-bar;
|
||||
@include monitor-up {
|
||||
max-width: 1400px;
|
||||
max-width: 85%;
|
||||
}
|
||||
|
||||
/* Options for alternate layouts, triggered by buttons */
|
||||
|
||||
Reference in New Issue
Block a user