We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ca3d0 commit a712c07Copy full SHA for a712c07
web_src/css/base.css
@@ -18,7 +18,7 @@
18
/* non-color variables */
19
--border-radius: 4px;
20
--border-radius-medium: 6px;
21
- --border-radius-circle: 100%;
+ --border-radius-circle: 50%;
22
--opacity-disabled: 0.55;
23
--height-loading: 16rem;
24
--tab-size: 4;
web_src/css/modules/navbar.css
@@ -133,8 +133,8 @@
133
left: 6px;
134
top: -9px;
135
min-width: 17px;
136
- min-height: 17px;
137
- border-radius: var(--border-radius-circle);
+ height: 17px;
+ border-radius: 11px; /* (height + 2 * borderThickness) / 2 */
138
display: flex;
139
align-items: center;
140
justify-content: center;
0 commit comments