feat: 添加布局顶部栏的登录和注册链接样式

This commit is contained in:
2025-12-25 10:29:26 +08:00
parent 0c7d4ef0ea
commit 81240fa0d1
2 changed files with 15 additions and 2 deletions

View File

@@ -70,6 +70,19 @@
color: var(--primary-contrast-color);
}
&.layout-topbar-action-text {
width: auto;
height: auto;
border-radius: var(--content-border-radius);
padding: 0.25rem 0.75rem;
justify-content: flex-start;
gap: 0.5rem;
span {
display: inline;
}
}
&.layout-topbar-user {
width: auto;
height: auto;