Skip to content

Commit 8d83e6e

Browse files
authored
refactor: documents list visable column when screen resize (#1014)
1 parent d8b1039 commit 8d83e6e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

app/styles/_responsive.scss

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
container: table / inline-size;
77
}
88

9-
@container alexandria (max-width: 1550px) {
9+
@container alexandria (max-width: 1625px) {
1010
.document-details {
11-
width: 300px;
11+
> div {
12+
min-width: 375px;
13+
}
14+
}
15+
}
1216

17+
@container alexandria (max-width: 1550px) {
18+
.document-details {
1319
> div {
1420
min-width: 300px;
1521
}
@@ -22,7 +28,7 @@
2228
}
2329
}
2430

25-
@container table (max-width: 850px) {
31+
@container table (max-width: 750px) {
2632
.side-nav > div:first-child {
2733
font-size: 0;
2834
}
@@ -59,7 +65,7 @@
5965
}
6066
}
6167

62-
@container table (max-width: 900px) {
68+
@container table (max-width: 600px) {
6369
.document-list-item-modifiedAt {
6470
display: none;
6571
}

0 commit comments

Comments
 (0)