edits to the dialogs, added back break-word
This commit is contained in:
parent
f6e1cba746
commit
d9ee4d79bc
1 changed files with 15 additions and 8 deletions
|
@ -64,6 +64,9 @@ body {
|
||||||
p, h1, h2, h3, pre, form {
|
p, h1, h2, h3, pre, form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
h2:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1619,10 +1622,14 @@ img.bigembedimg {
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
.nonimagecenter > .flexttb, .nonimagecenter > .flexltr {
|
.nonimagecenter > .flexttb, .nonimagecenter > .flexltr {
|
||||||
padding: 16px !important;
|
padding: 0 0 16px 0 !important;
|
||||||
background: var(--primary-bg);
|
background: var(--primary-bg);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
.nonimagecenter .settingstitle {
|
||||||
|
padding-bottom: 0;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
.nonimagecenter button {
|
.nonimagecenter button {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -1800,8 +1807,6 @@ fieldset input[type="radio"] {
|
||||||
}
|
}
|
||||||
.flexspace {
|
.flexspace {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-bottom: 32px;
|
|
||||||
/* flex-shrink: 0; */
|
|
||||||
}
|
}
|
||||||
.flexspace:has(.flexspace) {
|
.flexspace:has(.flexspace) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -1809,15 +1814,17 @@ fieldset input[type="radio"] {
|
||||||
}
|
}
|
||||||
.optionElement, .FormSettings > button {
|
.optionElement, .FormSettings > button {
|
||||||
margin: 16px 16px 0 16px;
|
margin: 16px 16px 0 16px;
|
||||||
/* word-break: break-word; */
|
word-break: break-word;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.flexltr:has(.optionElement){
|
.flexltr:has(>.optionElement) {
|
||||||
/* margin: 16px 16px 0 16px !important; */
|
margin: 16px 16px 0 16px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 6px;
|
||||||
}
|
}
|
||||||
.flexltr > .optionElement{
|
.flexltr > .optionElement {
|
||||||
margin: 16px 6px 0 0px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.optionElement:has(.optionElement) {
|
.optionElement:has(.optionElement) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue