feat: 添加布局顶部栏的登录和注册链接样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user