Skip to content

Commit 5a5d2d9

Browse files
Fix layout on wider phones
1 parent 44f69c6 commit 5a5d2d9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/ui/views/reader/reader_viewmodel.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ class ReaderViewModel extends ReactiveViewModel {
227227
line-height: 155%;
228228
height: 50vh;
229229
padding-top: 0.3rem;
230-
margin-left: 0.8rem;
231-
margin-right: 0.8rem;
230+
margin-left: 1rem;
231+
margin-right: 1rem;
232232
}
233233
234234
#secondaryReader {
@@ -237,8 +237,8 @@ class ReaderViewModel extends ReactiveViewModel {
237237
letter-spacing: 0.3px;
238238
line-height: 155%;
239239
height: 50vh;
240-
margin-left: 0.8rem;
241-
margin-right: 0.8rem;
240+
margin-left: 1rem;
241+
margin-right: 1rem;
242242
}
243243
244244
.container {
@@ -360,7 +360,7 @@ class ReaderViewModel extends ReactiveViewModel {
360360
border-color: var(--contrast-theme-white);
361361
}
362362
363-
@media screen and (min-width: 400px) {
363+
@media screen and (min-width: 500px) {
364364
.container {
365365
flex-direction: row;
366366
}

0 commit comments

Comments
 (0)