Skip to content

Commit a712c07

Browse files
committed
fix
1 parent 60ca3d0 commit a712c07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web_src/css/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* non-color variables */
1919
--border-radius: 4px;
2020
--border-radius-medium: 6px;
21-
--border-radius-circle: 100%;
21+
--border-radius-circle: 50%;
2222
--opacity-disabled: 0.55;
2323
--height-loading: 16rem;
2424
--tab-size: 4;

web_src/css/modules/navbar.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
left: 6px;
134134
top: -9px;
135135
min-width: 17px;
136-
min-height: 17px;
137-
border-radius: var(--border-radius-circle);
136+
height: 17px;
137+
border-radius: 11px; /* (height + 2 * borderThickness) / 2 */
138138
display: flex;
139139
align-items: center;
140140
justify-content: center;

0 commit comments

Comments
 (0)