Skip to content

Commit 733d245

Browse files
committed
Refactor
1 parent 5e72293 commit 733d245

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/components/Page.svelte

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@
335335
@font-face {
336336
font-family: 'SF Mono';
337337
src: url('fonts/SFMonoRegular.otf');
338-
font-weight: normal;
339-
font-style: normal;
338+
// font-weight: normal;
339+
// font-style: normal;
340340
}
341341
342342
:global(body) {
@@ -537,6 +537,16 @@
537537
}
538538
}
539539
540+
:global(button) {
541+
cursor: pointer;
542+
}
543+
544+
.select-border-radius {
545+
input {
546+
width: -webkit-fill-available;
547+
}
548+
}
549+
540550
.select-font-size,
541551
.show-language,
542552
.show-macos {

0 commit comments

Comments
 (0)