Skip to content

Commit 1b413a8

Browse files
committed
Fix bug introduced in Obsidian beta with mobile modal width
1 parent 8ea4f3a commit 1b413a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ If your plugin does not need CSS, delete this file.
1111
width: 40%;
1212
}
1313

14+
.is-mobile .modal {
15+
width: 90%;
16+
}
17+
1418
.scribe-control-buttons {
1519
margin: 3rem 0;
1620
width: 100%;

0 commit comments

Comments
 (0)