major styling additions & refinements; offloaded navbar from base.html into its own partial, core/_partials/_navbar.html, alongside new _footer.html; 0006 dash migrations fix 0003 & 0005 theme-switcher handling and rename more fluidly to palette; added remaining realm-swatches to palette applet choices & updated test_views accordingly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -15,12 +15,14 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
flex: 0 0 calc(50% - 0.375rem);
|
||||
flex: 0 0 auto;
|
||||
height: 100%;
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
|
||||
.swatch {
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
aspect-ratio: 1;
|
||||
border-radius: 0.5rem;
|
||||
background: linear-gradient(
|
||||
|
||||
Reference in New Issue
Block a user