mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
fix: constrain max layout width to 1768px on wide screens
Prevents the UI from stretching uncomfortably on ultra-wide displays.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
@layer components {
|
||||
.pulse-shell {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
max-width: 1768px;
|
||||
margin-inline: auto;
|
||||
padding-inline: clamp(1rem, 1.5vw, 2rem);
|
||||
transition: padding-inline 0.3s ease;
|
||||
|
||||
Reference in New Issue
Block a user