Skip to content

Commit 1bf01a8

Browse files
committed
Fix mode menu
1 parent 051d89e commit 1bf01a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/StreamPage.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
outline: none;
696696
background: var(--background-input);
697697
display: flex;
698-
width: 300px;
698+
width: 350px;
699699
flex-direction: column;
700700
align-items: flex-start;
701701

@@ -716,7 +716,7 @@
716716
.checkOptions {
717717
display: flex;
718718
flex-direction: column;
719-
padding: 12px 1px;
719+
padding: 12px 16px;
720720
border-bottom: 1px solid var(--subtile-devider);
721721
}
722722
}

0 commit comments

Comments
 (0)