Skip to content

Commit f23f5d4

Browse files
Minor dialog fixes
1 parent 6e44b71 commit f23f5d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,9 @@ header {
596596
}
597597

598598
.examples-dialog {
599-
width: 95vw;
600-
max-width: none;
599+
width: calc(80vw - 10px);
600+
max-width: calc(80vw - 10px);
601+
border-radius: 7px;
601602
max-height: 85vh;
602603
}
603604

@@ -632,7 +633,6 @@ header {
632633
.examples-dialog {
633634
width: 100vw;
634635
max-height: 100vh;
635-
border-radius: 0;
636636
border-left: none;
637637
border-right: none;
638638
}

0 commit comments

Comments
 (0)