mirror of
https://github.com/dergigi/boris.git
synced 2025-12-31 13:34:30 +01:00
style: dramatically reduce whitespace around bookmark filters
- Remove all padding from filter buttons - Reduce top padding from 0.75rem to 0.25rem - Reduce bottom margin from 0.5rem to 0.25rem - Much tighter, more compact layout
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
.me-tab-content:has(.bookmark-filters) {
|
||||
padding-top: 0.75rem;
|
||||
padding-top: 0.25rem;
|
||||
}
|
||||
|
||||
/* Align highlight list width with profile card width on /me */
|
||||
@@ -87,9 +87,9 @@
|
||||
.me-tab-content .bookmark-filters {
|
||||
background: transparent;
|
||||
border: none;
|
||||
padding: 0 0 0.5rem 0;
|
||||
padding: 0;
|
||||
justify-content: center;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
/* Ensure all reading list elements are left-aligned */
|
||||
|
||||
Reference in New Issue
Block a user