Compare commits
No commits in common. "3cb0dec5e1214fd6584c75c49226cee3fdea3d73" and "5f3fcad1814ebe0973c75a3397e8de1ef3e93912" have entirely different histories.
3cb0dec5e1
...
5f3fcad181
1 changed files with 2 additions and 4 deletions
|
@ -409,14 +409,13 @@
|
|||
|
||||
.preview-heading {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.preview-toggle {
|
||||
flex: 10 0 auto;
|
||||
flex: 1;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
padding-left: 0.5em;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
@ -447,7 +446,6 @@
|
|||
}
|
||||
|
||||
.reply-or-quote-selector {
|
||||
flex: 1 0 auto;
|
||||
margin-bottom: 0.5em;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
Loading…
Add table
Reference in a new issue