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;
|
padding-bottom: 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
.nonimagecenter .flexspace, .nonimagecenter .FormSettings {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
.nonimagecenter button {
|
.nonimagecenter button {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -1809,12 +1812,19 @@ fieldset input[type="radio"] {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.flexspace {
|
.flexspace {
|
||||||
|
padding-bottom: 32px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.flexspace:has(.flexspace) {
|
.flexspace:has(.flexspace) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.FormSettings .flexspace {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
.FormSettings {
|
||||||
|
padding-bottom: 32px;
|
||||||
|
}
|
||||||
.optionElement, .FormSettings > button {
|
.optionElement, .FormSettings > button {
|
||||||
margin: 16px 16px 0 16px;
|
margin: 16px 16px 0 16px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
@ -1941,8 +1951,8 @@ fieldset input[type="radio"] {
|
||||||
right: 0;
|
right: 0;
|
||||||
height: calc(100svh - 50px);
|
height: calc(100svh - 50px);
|
||||||
}
|
}
|
||||||
.flexspace {
|
.flexspace:has(.hypoprofile) {
|
||||||
/* flex-direction: column; */
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.optionElement input[type="text"],
|
.optionElement input[type="text"],
|
||||||
.optionElement textarea,
|
.optionElement textarea,
|
||||||
|
@ -2071,6 +2081,9 @@ fieldset input[type="radio"] {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.nonimagecenter .settingbuttons {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.fixedsearch {
|
.fixedsearch {
|
||||||
top: 50% !important;
|
top: 50% !important;
|
||||||
left: 50% !important;
|
left: 50% !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue