fixed zen styling

This commit is contained in:
Miodec 2022-09-02 00:19:24 +02:00
parent 560716b7f9
commit 0386dfcee2
3 changed files with 10 additions and 2 deletions

View file

@ -961,7 +961,8 @@
.wordCount,
.puncAndNum,
.quoteLength,
.customText {
.customText,
.zen {
display: grid;
grid-auto-flow: column;

View file

@ -165,6 +165,7 @@
.wordCount,
.puncAndNum,
.customText,
.zen,
.quoteLength {
.textButton {
padding: 0.75rem 0.3rem;
@ -316,6 +317,7 @@
.wordCount,
.puncAndNum,
.customText,
.zen,
.quoteLength {
.textButton {
padding: 0.5rem 0.75rem;

View file

@ -94,7 +94,12 @@
</div>
<div class="zen hidden">
<div class="textButton" style="width: 0; padding: 0"></div>
<div
class="textButton"
style="width: 0; padding-left: 0; padding-right: 0"
>
</div>
</div>
<div class="customText hidden">