Hide sidebar by default on small devices

Closes: #1169
This commit is contained in:
eikek
2021-11-12 23:21:39 +01:00
parent 927c3dfac9
commit 28b4546607
4 changed files with 8 additions and 3 deletions

View File

@ -42,6 +42,7 @@ type alias Config =
type alias Flags =
{ account : Maybe AuthResult
, pdfSupported : Bool
, innerWidth : Int
, config : Config
}