Skip to content

Commit

Permalink
refactor: documents list visable column when screen resize
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Nov 22, 2024
1 parent ae10efb commit a73b55c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/styles/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@container alexandria (max-width: 1550px) {
.document-details {
width: 300px;
width: clamp(500px, 50%, 175px);

> div {
min-width: 300px;
Expand All @@ -22,7 +22,7 @@
}
}

@container table (max-width: 850px) {
@container table (max-width: 750px) {
.side-nav > div:first-child {
font-size: 0;
}
Expand Down Expand Up @@ -59,7 +59,7 @@
}
}

@container table (max-width: 900px) {
@container table (max-width: 600px) {
.document-list-item-modifiedAt {
display: none;
}
Expand Down

0 comments on commit a73b55c

Please sign in to comment.