Skip to content

Commit 25b24bf

Browse files
authored
Fix the height of auth buttons (#202)
1 parent b05a9f1 commit 25b24bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/theme/components/AuthButtons/AuthButtons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defineProps<{ place: 'navScreen' | 'navBar' }>();
2929
}
3030
3131
.link {
32-
@media screen and (max-width: 500px) {
32+
@media screen and (max-width: 700px) {
3333
height: 30px;
3434
padding: 0 10px;
3535
}

.vitepress/theme/components/AuthButtons/linkStyles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--text-strong-color: #fff;
66
display: flex;
77
align-items: center;
8-
height: 32px;
8+
height: 36px;
99
padding: 0 20px;
1010
border-radius: 8px;
1111
color: var(--text-strong-color);

0 commit comments

Comments
 (0)