Skip to content

Commit

Permalink
Small tweaks (#304)
Browse files Browse the repository at this point in the history
- Hide sidebar toggle on desktop mode
- Make tables scrollable on mobile
  • Loading branch information
MatheusRich authored Aug 24, 2024
1 parent bc321ae commit ef9eab8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ SIDEBAR NAVIGATION
width:160px;
border-bottom-right-radius:10px;
border-top-right-radius:10px;

details[open] summary {
visibility: hidden;
margin: 0;
}
}
}

Expand Down Expand Up @@ -290,6 +295,7 @@ TABLES GENERALS
clear:both;
color:#555555;
font-size: 1em;
overflow-x: auto;
}

#table-wrap table {
Expand Down

0 comments on commit ef9eab8

Please sign in to comment.