forked from mirrors/akkoma-fe
smushed subject line and post body together, kinda
This commit is contained in:
parent
9106b61801
commit
e90ac896f5
1 changed files with 2 additions and 0 deletions
|
|
@ -600,6 +600,8 @@
|
||||||
height: calc(var(--post-line-height) * 1em);
|
height: calc(var(--post-line-height) * 1em);
|
||||||
min-height: calc(var(--post-line-height) * 1em);
|
min-height: calc(var(--post-line-height) * 1em);
|
||||||
resize: none;
|
resize: none;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
|
||||||
&.-has-subject {
|
&.-has-subject {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue