Align right-side filter labels

This commit is contained in:
Your Name 2025-12-30 16:51:27 -05:00
parent 25f614f4e2
commit cb0497e54d
1 changed files with 6 additions and 3 deletions

View File

@ -17,9 +17,12 @@
.sw-icon-active .sw-icon-label { color:#bfdbfe; font-weight:600; }
/* Right-side filter stack alignment */
.map-overlay-right .sw-icon-column { align-items:flex-end; }
.map-overlay-right .sw-icon-btn { align-items:flex-end; }
.map-overlay-right .sw-icon-label { text-align:right; }
.map-overlay-right .sw-icon-column { align-items:center; }
.map-overlay-right .sw-icon-btn { align-items:center; }
.map-overlay-right .sw-icon-label {
width:64px;
text-align:center;
}
.sw-bottom-row {
display:flex;