Skip to content

Commit af833fb

Browse files
committed
fix admin tip
1 parent e7d3d99 commit af833fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/modules/navbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
103103
#navbar .ui.dropdown .navbar-profile-admin {
104104
display: block;
105105
position: absolute;
106-
font-size: 10px;
106+
font-size: 9px;
107107
font-weight: var(--font-weight-bold);
108108
color: var(--color-nav-bg);
109109
background: var(--color-primary);
110-
padding: 2px 4px;
110+
padding: 2px 3px;
111111
border-radius: 10px;
112112
top: -1px;
113113
left: 18px;

0 commit comments

Comments
 (0)