Skip to content

Commit e7c6552

Browse files
committed
fix #415
1 parent c56a97e commit e7c6552

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/sidebar/search/routingProfiles/RoutingProfiles.module.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@
7676
box-sizing: border-box;
7777
}
7878

79+
.profileBtn span {
80+
display: flex;
81+
justify-content: center;
82+
align-items: center;
83+
width: 1.5em;
84+
aspect-ratio: 1 / 1;
85+
font-weight: bold;
86+
}
87+
7988
.iconContainer {
8089
position: relative;
8190
}

0 commit comments

Comments
 (0)