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