mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(TopBar): center the right side items
This commit is contained in:
@@ -554,7 +554,7 @@ defineExpose({
|
||||
<div
|
||||
class="right-side-item"
|
||||
:class="{ active: showMorePop }"
|
||||
display="lg:none block"
|
||||
display="lg:!none block"
|
||||
@mouseenter="showMorePop = true"
|
||||
@mouseleave="showMorePop = false"
|
||||
>
|
||||
@@ -676,7 +676,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
.right-side-item {
|
||||
--at-apply: relative text-$bew-text-1;
|
||||
--at-apply: relative text-$bew-text-1 flex items-center;
|
||||
|
||||
&:not(.avatar) {
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user