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:
Redacted
2023-11-05 16:54:50 -06:00
committed by GitHub
parent 3f75a211b3
commit 7190a62995
7 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -287,7 +287,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;