style(v3): content-driven sidebar width and remaining px-to-rem conversions
Sidebar panel now uses width: max-content with per-tab min-width (22em) instead of fixed 28em. Changed overflow: hidden to overflow-y: auto on panel + panel-content so content drives parent width. Converted remaining px values in SettingsTab, DocsTab to rem/em per rule 18.
This commit is contained in:
parent
3ecc4f02d1
commit
97860c3db1
4 changed files with 13 additions and 9 deletions
|
|
@ -478,9 +478,10 @@
|
|||
|
||||
<style>
|
||||
.settings-tab {
|
||||
padding: 12px 16px;
|
||||
padding: 0.75rem 1rem;
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
min-width: 22em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue