mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-19 04:29:45 +08:00
💄 调整mention组件样式
This commit is contained in:
@@ -25,12 +25,11 @@ async function toLink(): Promise<void> {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 5px;
|
||||
padding: 0 4px;
|
||||
border: 1px solid var(--common-shadow-1);
|
||||
border-radius: 5px;
|
||||
margin: 0 2px;
|
||||
border-radius: 4px;
|
||||
margin: 2px;
|
||||
color: #00c3ff;
|
||||
cursor: pointer;
|
||||
transform: translateY(2px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user