added back bottom space on flexspace
This commit is contained in:
parent
868ac1e1c9
commit
c2ccc22ade
1 changed files with 15 additions and 2 deletions
|
@ -1633,6 +1633,9 @@ img.bigembedimg {
|
|||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.nonimagecenter .flexspace, .nonimagecenter .FormSettings {
|
||||
padding: 0;
|
||||
}
|
||||
.nonimagecenter button {
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -1809,12 +1812,19 @@ fieldset input[type="radio"] {
|
|||
height: 100%;
|
||||
}
|
||||
.flexspace {
|
||||
padding-bottom: 32px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.flexspace:has(.flexspace) {
|
||||
height: 100%;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.FormSettings .flexspace {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.FormSettings {
|
||||
padding-bottom: 32px;
|
||||
}
|
||||
.optionElement, .FormSettings > button {
|
||||
margin: 16px 16px 0 16px;
|
||||
word-break: break-word;
|
||||
|
@ -1941,8 +1951,8 @@ fieldset input[type="radio"] {
|
|||
right: 0;
|
||||
height: calc(100svh - 50px);
|
||||
}
|
||||
.flexspace {
|
||||
/* flex-direction: column; */
|
||||
.flexspace:has(.hypoprofile) {
|
||||
flex-direction: column;
|
||||
}
|
||||
.optionElement input[type="text"],
|
||||
.optionElement textarea,
|
||||
|
@ -2071,6 +2081,9 @@ fieldset input[type="radio"] {
|
|||
height: 100px;
|
||||
width: 100%;
|
||||
}
|
||||
.nonimagecenter .settingbuttons {
|
||||
height: auto;
|
||||
}
|
||||
.fixedsearch {
|
||||
top: 50% !important;
|
||||
left: 50% !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue