add: styling to tab menu over notes/posts
This commit is contained in:
parent
caafcaccc9
commit
d4e4af4571
1 changed files with 5 additions and 0 deletions
|
@ -714,6 +714,11 @@ onUnmounted(() => {
|
|||
padding: calc(var(--margin) / 2) 0;
|
||||
background: var(--bg);
|
||||
border-radius: 8px;
|
||||
> button {
|
||||
border-radius: 8px;
|
||||
margin-left: 0.4rem;
|
||||
margin-right: 0.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.verifiedLink {
|
||||
|
|
Loading…
Reference in a new issue