mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 01:40:50 +09:00
Add an Add-ons shortcut in about:preferences
This commit is contained in:
parent
307ed3953e
commit
ea3e76e55c
4 changed files with 35 additions and 2 deletions
|
|
@ -45,14 +45,26 @@ treecol {
|
|||
|
||||
/* Category List */
|
||||
|
||||
#categories {
|
||||
#preferences-sidebar {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
#categories {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
#categories > scrollbox {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
#preferences-sidebar-footer {
|
||||
padding: 8px 15px 12px;
|
||||
}
|
||||
|
||||
#sidebar-open-addons {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* We want the last category to always have non-0 getBoundingClientRect().bottom
|
||||
* so we can use the value to figure out the max-height of the list in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue