mirror of
https://github.com/Xevion/glance.git
synced 2025-12-15 08:11:59 -06:00
Add page width customizability
This commit is contained in:
@@ -428,6 +428,14 @@ kbd:active {
|
||||
padding: 0 var(--content-bounds-padding);
|
||||
}
|
||||
|
||||
.page-width-wide .content-bounds {
|
||||
max-width: 1920px;
|
||||
}
|
||||
|
||||
.page-width-slim .content-bounds {
|
||||
max-width: 1100px;
|
||||
}
|
||||
|
||||
.dynamic-columns {
|
||||
gap: calc(var(--widget-content-vertical-padding) / 2);
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user