Skip to content

Commit e7e5f21

Browse files
committed
align settings icons
1 parent dd363e3 commit e7e5f21

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/popup/popup.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ a:hover {
129129

130130
.settings-btn {
131131
width: 250px;
132+
display: flex;
133+
justify-content: start;
134+
}
135+
136+
.settings-btn span {
137+
margin-left: 20px;
138+
margin-right: 25px;
139+
132140
}
133141

134142
#settings-menu {

src/popup/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 class="title">Settings</h2>
3232
<span id="show-difficulty-icon"> </span> Show Difficulty
3333
</button>
3434
<button id="show-rating-btn" class="material-button settings-btn">
35-
<span id="show-rating-icon"> </span> Show Rating
35+
<span id="show-rating-icon"> </span> Show Elo Rating
3636
</button>
3737
</body>
3838

0 commit comments

Comments
 (0)