mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Fix position and size of Permissions Manager main content area.
This resolves #660
This commit is contained in:
parent
42795739f4
commit
3446bd29ea
2 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
|||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/* content box */
|
||||
#permissions-content {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* sites box */
|
||||
|
||||
#sites-box {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@
|
|||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/* content box */
|
||||
#permissions-content {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* sites box */
|
||||
|
||||
#sites-box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue