Spaces:
Running
Running
Upload style.css
Browse files- static/style.css +19 -3
static/style.css
CHANGED
|
@@ -496,7 +496,7 @@ ul, li {
|
|
| 496 |
display: inline-flex;
|
| 497 |
align-items: center;
|
| 498 |
justify-content: center;
|
| 499 |
-
width:
|
| 500 |
height: 28px;
|
| 501 |
padding: 0 20px 0 8px;
|
| 502 |
border: 1px solid var(--outline-variant);
|
|
@@ -532,6 +532,21 @@ ul, li {
|
|
| 532 |
min-width: 0;
|
| 533 |
}
|
| 534 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 535 |
.preview-compare-note {
|
| 536 |
margin-top: 4px;
|
| 537 |
font-size: 12px;
|
|
@@ -712,8 +727,9 @@ body.mobile.preview-open .preview-actions {
|
|
| 712 |
}
|
| 713 |
|
| 714 |
body.mobile.preview-open .preview-commands {
|
| 715 |
-
flex-
|
| 716 |
-
|
|
|
|
| 717 |
}
|
| 718 |
|
| 719 |
body.mobile.preview-open .preview-tools {
|
|
|
|
| 496 |
display: inline-flex;
|
| 497 |
align-items: center;
|
| 498 |
justify-content: center;
|
| 499 |
+
width: 88px;
|
| 500 |
height: 28px;
|
| 501 |
padding: 0 20px 0 8px;
|
| 502 |
border: 1px solid var(--outline-variant);
|
|
|
|
| 532 |
min-width: 0;
|
| 533 |
}
|
| 534 |
|
| 535 |
+
.preview-commands > .result-action-btn,
|
| 536 |
+
.preview-commands > .preview-compare-control {
|
| 537 |
+
box-sizing: border-box;
|
| 538 |
+
width: 88px;
|
| 539 |
+
height: 28px;
|
| 540 |
+
flex: 0 0 88px;
|
| 541 |
+
}
|
| 542 |
+
|
| 543 |
+
.preview-commands > .result-action-btn {
|
| 544 |
+
display: inline-flex;
|
| 545 |
+
align-items: center;
|
| 546 |
+
justify-content: center;
|
| 547 |
+
padding: 0 8px;
|
| 548 |
+
}
|
| 549 |
+
|
| 550 |
.preview-compare-note {
|
| 551 |
margin-top: 4px;
|
| 552 |
font-size: 12px;
|
|
|
|
| 727 |
}
|
| 728 |
|
| 729 |
body.mobile.preview-open .preview-commands {
|
| 730 |
+
flex-direction: column;
|
| 731 |
+
flex-wrap: nowrap;
|
| 732 |
+
align-items: stretch;
|
| 733 |
}
|
| 734 |
|
| 735 |
body.mobile.preview-open .preview-tools {
|