We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd363e3 commit e7e5f21Copy full SHA for e7e5f21
src/popup/popup.css
@@ -129,6 +129,14 @@ a:hover {
129
130
.settings-btn {
131
width: 250px;
132
+ display: flex;
133
+ justify-content: start;
134
+}
135
+
136
+.settings-btn span {
137
+ margin-left: 20px;
138
+ margin-right: 25px;
139
140
}
141
142
#settings-menu {
src/popup/settings.html
@@ -32,7 +32,7 @@ <h2 class="title">Settings</h2>
32
<span id="show-difficulty-icon"> </span> Show Difficulty
33
</button>
34
<button id="show-rating-btn" class="material-button settings-btn">
35
- <span id="show-rating-icon"> </span> Show Rating
+ <span id="show-rating-icon"> </span> Show Elo Rating
36
37
</body>
38
0 commit comments