Skip to content

Commit 9aba526

Browse files
authored
UX: Squarify the Show Original Content button in mobile (#239)
1 parent ec1b661 commit 9aba526

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/stylesheets/common/common.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
margin-bottom: 0.5em;
88
}
99

10-
.topic-navigation.with-topic-progress
11-
.discourse-translator_toggle-original
12-
button {
10+
.topic-navigation.with-topic-progress .discourse-translator_toggle-original {
1311
height: 100%;
12+
aspect-ratio: 1/1;
13+
button {
14+
height: 100%;
15+
width: 100%;
16+
}
1417
}
1518

1619
.discourse-translator_toggle-original {

0 commit comments

Comments
 (0)