mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-19 06:29:04 +08:00
fixed zen styling
This commit is contained in:
parent
560716b7f9
commit
0386dfcee2
3 changed files with 10 additions and 2 deletions
|
|
@ -961,7 +961,8 @@
|
|||
.wordCount,
|
||||
.puncAndNum,
|
||||
.quoteLength,
|
||||
.customText {
|
||||
.customText,
|
||||
.zen {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue