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 b05a9f1 commit 25b24bfCopy full SHA for 25b24bf
.vitepress/theme/components/AuthButtons/AuthButtons.vue
@@ -29,7 +29,7 @@ defineProps<{ place: 'navScreen' | 'navBar' }>();
29
}
30
31
.link {
32
- @media screen and (max-width: 500px) {
+ @media screen and (max-width: 700px) {
33
height: 30px;
34
padding: 0 10px;
35
.vitepress/theme/components/AuthButtons/linkStyles.scss
@@ -5,7 +5,7 @@
5
--text-strong-color: #fff;
6
display: flex;
7
align-items: center;
8
- height: 32px;
+ height: 36px;
9
padding: 0 20px;
10
border-radius: 8px;
11
color: var(--text-strong-color);
0 commit comments