Skip to content

Commit 0908e23

Browse files
authored
UX: fix scaling of translator button in topic-progress bar (#270)
1 parent ecb8dc5 commit 0908e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/stylesheets/common/common.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
}
99

1010
.topic-navigation.with-topic-progress .discourse-translator_toggle-original {
11-
height: 100%;
12-
aspect-ratio: 1/1;
11+
margin-right: 0.5em;
12+
align-self: stretch;
1313

1414
button {
1515
height: 100%;

0 commit comments

Comments
 (0)