Skip to content

Commit dce38f2

Browse files
style: set github import modal width to 60vw on desktop tablet
Co-authored-by: ThisIs-Developer <109382325+ThisIs-Developer@users.noreply.github.com>
1 parent 87831eb commit dce38f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,8 @@ a:focus {
16561656
}
16571657

16581658
#github-import-modal .reset-modal-box {
1659-
width: min(980px, 96vw);
1659+
width: 60vw;
1660+
max-width: 60vw;
16601661
min-width: 340px;
16611662
padding: 30px 34px;
16621663
gap: 16px;

0 commit comments

Comments
 (0)