mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
css fixes
Additional css fixes: -modified the media query to affect different ranges of resolutions differently, this ensures a good experience regardless of resolution (there are still going to be gaps) -fixed settings content being pushed off of the display, for now the settings menu is flexed as a row and each panels content shows up below the menu. -shifted icon padding for large buttons on mobile, 10px down to 6px on all themes, this may be redundant as it is in the root theme, I may be able to place this inside sdnext.css
This commit is contained in:
@@ -297,7 +297,7 @@ svg.feather.feather-image, .feather .feather-image { display: none }
|
||||
--prose-header-text-weight: 600;
|
||||
--slider-color: ;
|
||||
--table-radius: var(--radius-lg);
|
||||
--button-large-padding: 2px 10px;
|
||||
--button-large-padding: 2px 6px;
|
||||
--button-large-radius: var(--radius-lg);
|
||||
--button-large-text-size: var(--text-lg);
|
||||
--button-large-text-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user