Skip to content

Commit ef9eab8

Browse files
authored
Small tweaks (#304)
- Hide sidebar toggle on desktop mode - Make tables scrollable on mobile
1 parent bc321ae commit ef9eab8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: app/assets/stylesheets/screen.scss

+6
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ SIDEBAR NAVIGATION
230230
width:160px;
231231
border-bottom-right-radius:10px;
232232
border-top-right-radius:10px;
233+
234+
details[open] summary {
235+
visibility: hidden;
236+
margin: 0;
237+
}
233238
}
234239
}
235240

@@ -290,6 +295,7 @@ TABLES GENERALS
290295
clear:both;
291296
color:#555555;
292297
font-size: 1em;
298+
overflow-x: auto;
293299
}
294300

295301
#table-wrap table {

0 commit comments

Comments
 (0)