We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d6947 commit 1367661Copy full SHA for 1367661
1 file changed
src/assets/App.css
@@ -1488,6 +1488,9 @@ Modal
1488
border-color: var(--settings-input-border-focus-color);
1489
}
1490
@media (max-width: 768px) {
1491
+ .extras {
1492
+ display: none;
1493
+ }
1494
.Modal {
1495
left: 0;
1496
top: 0;
@@ -1500,11 +1503,4 @@ Modal
1500
1503
box-shadow: none;
1501
1504
width: auto;
1502
1505
- .settingContent {
- margin-top: 6px;
- }
1506
- .settingRow {
1507
- flex-direction: column;
1508
- align-items: flex-start;
1509
1510
0 commit comments