Skip to content

Commit 0fd4605

Browse files
committed
handle 1400 width
1 parent e87cb0d commit 0fd4605

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

libs/remix-ui/settings/src/lib/remix-ui-settings.css

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,22 @@
1212
}
1313
}
1414

15-
.no-outline:focus {
16-
outline: none !important;
17-
box-shadow: none !important;
18-
border-color: transparent !important;
19-
}
15+
@media (max-width: 1399.98px) {
16+
.remix-settings-sidebar {
17+
min-width: 0 !important;
18+
max-width: 50% !important;
19+
flex: 1 1 100% !important;
20+
width: 100% !important;
21+
padding-left: 3em !important;
22+
}
23+
24+
.remix-settings-main {
25+
padding-left: 3em !important;
26+
}
27+
}
28+
29+
.no-outline:focus {
30+
outline: none !important;
31+
box-shadow: none !important;
32+
border-color: transparent !important;
33+
}

0 commit comments

Comments
 (0)