We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e72293 commit 733d245Copy full SHA for 733d245
src/components/Page.svelte
@@ -335,8 +335,8 @@
335
@font-face {
336
font-family: 'SF Mono';
337
src: url('fonts/SFMonoRegular.otf');
338
- font-weight: normal;
339
- font-style: normal;
+ // font-weight: normal;
+ // font-style: normal;
340
}
341
342
:global(body) {
@@ -537,6 +537,16 @@
537
538
539
540
+ :global(button) {
541
+ cursor: pointer;
542
+ }
543
+
544
+ .select-border-radius {
545
+ input {
546
+ width: -webkit-fill-available;
547
548
549
550
.select-font-size,
551
.show-language,
552
.show-macos {
0 commit comments