Skip to content

Commit

Permalink
Resize the sidebar smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 12, 2023
1 parent 1be4874 commit d740963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/src/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
flex: 0 0 24px;
}

@media screen and (max-height: 200px) {
@media screen and (max-height: 160px) {
.logo-icon-title-bar {
display: inline;
}
Expand All @@ -39,7 +39,7 @@
}

.sidenav-labels {
width: 200px;
width: 160px;
}

.top-spacer {
Expand Down Expand Up @@ -204,7 +204,7 @@ header {
height: 92px;
position: fixed;
bottom: 2em;
left: 2.9em;
left: 2em;
cursor: pointer;
transition: opacity 250ms ease;
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ app-profile-actions {
}

.sidenav-left {
min-width: 200px;
min-width: 160px;
}

.sidenav-right {
Expand Down Expand Up @@ -991,7 +991,7 @@ mat-card-footer {
color: rgb(219, 2, 2) !important;
}

@media only screen and (max-height: 200px) {
@media only screen and (max-height: 160px) {
.sidenav {
display: none !important;
}
Expand Down

0 comments on commit d740963

Please sign in to comment.