Skip to content

Commit b3074a7

Browse files
committed
hotfix: Newsletter btn re-styling
1 parent a8d3576 commit b3074a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/.vuepress/theme/components/Newsletter.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
position: absolute;
7272
padding: 4px 20px;
7373
margin: 0;
74-
min-height: calc(100% - 8px);
75-
right: 0px;
76-
top: 0px;
74+
height: calc(100% - 8px);
75+
right: 4px;
76+
top: 4px;
7777
font-size: 1.05em;
7878
font-weight: 600;
7979
letter-spacing: 0.1em;
@@ -84,6 +84,7 @@
8484
transition: all 0.15s ease;
8585
box-sizing: border-box;
8686
border: 1px solid currentColor;
87+
appearance: none;
8788
}
8889
}
8990
</style>

0 commit comments

Comments
 (0)