We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b1039 commit 8d83e6eCopy full SHA for 8d83e6e
app/styles/_responsive.scss
@@ -6,10 +6,16 @@
6
container: table / inline-size;
7
}
8
9
-@container alexandria (max-width: 1550px) {
+@container alexandria (max-width: 1625px) {
10
.document-details {
11
- width: 300px;
+ > div {
12
+ min-width: 375px;
13
+ }
14
15
+}
16
17
+@container alexandria (max-width: 1550px) {
18
+ .document-details {
19
> div {
20
min-width: 300px;
21
@@ -22,7 +28,7 @@
22
28
23
29
24
30
25
-@container table (max-width: 850px) {
31
+@container table (max-width: 750px) {
26
32
.side-nav > div:first-child {
27
33
font-size: 0;
34
@@ -59,7 +65,7 @@
59
65
60
66
61
67
62
-@container table (max-width: 900px) {
68
+@container table (max-width: 600px) {
63
69
.document-list-item-modifiedAt {
64
70
display: none;
71
0 commit comments