fix submenu height / make settingbuttons like channels
This commit is contained in:
parent
d33d7231ad
commit
e7de38ed94
1 changed files with 13 additions and 9 deletions
|
@ -1663,9 +1663,10 @@ fieldset input[type="radio"] {
|
|||
.settingbuttons {
|
||||
flex: none;
|
||||
width: 192px;
|
||||
padding: 8px;
|
||||
padding: 6px;
|
||||
background: var(--settings-panel-bg);
|
||||
border-right: 2px solid var(--shadow);
|
||||
border-left: 2px solid transparent;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
@ -1681,14 +1682,22 @@ fieldset input[type="radio"] {
|
|||
background: var(--settings-panel-hover);
|
||||
color: var(--primary-text-prominent);
|
||||
}
|
||||
.addrole {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
margin-left: auto;
|
||||
align-self: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.titlediv {
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.flexspace {
|
||||
overflow-y: auto;
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
.flexspace:has(.flexspace) {
|
||||
height: 100%;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.optionElement, .FormSettings > button {
|
||||
|
@ -1699,6 +1708,7 @@ fieldset input[type="radio"] {
|
|||
margin: 0;
|
||||
}
|
||||
.optionElement:has(.Buttons) {
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
@ -1937,13 +1947,7 @@ fieldset input[type="radio"] {
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
.addrole{
|
||||
width:.1in;
|
||||
height: .1in;
|
||||
margin-left: .1in;
|
||||
margin-top: .04in;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fixedsearch{
|
||||
position: absolute;
|
||||
background: var(--primary-bg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue