Files
Masto/app/javascript/flavours/glitch/styles/gts/sizes.scss
T
Zoë Bijl 60731df277 [bugfix] show header logo + align header buttons
the logo wasn’t showing on the small screen layout. this fixes that. it also neatly aligns the buttons in the header area.
2025-10-24 10:44:30 +02:00

16 lines
372 B
SCSS

/* 📏 Sizes */
:root {
/* Layout: larger elements, mostly containers */
--size-layout-gap: 10px;
--size-layout-radius: 8px;
/* UI: smaller elements such as form elements and icons */
--size-ui-gap: 5px;
--size-ui-radius: 6px;
/* Components */
--size-avatar: 46px;
--size-icon: 20px;
--size-header-block: #{$ui-header-height};
}