Merge branch 'fixes-batch' into shigusegubu-themes3
This commit is contained in:
commit
3cb0dec5e1
1 changed files with 4 additions and 2 deletions
|
@ -409,13 +409,14 @@
|
||||||
|
|
||||||
.preview-heading {
|
.preview-heading {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-left: 0.5em;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview-toggle {
|
.preview-toggle {
|
||||||
flex: 1;
|
flex: 10 0 auto;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
padding-left: 0.5em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -446,6 +447,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply-or-quote-selector {
|
.reply-or-quote-selector {
|
||||||
|
flex: 1 0 auto;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue