Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 66b3f4c

Browse files
committed
small gap between code buttons and navbar
1 parent 730e27e commit 66b3f4c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

‎src/popup/popup.css‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ a {
117117
/* Main content */
118118
.main-content {
119119
padding: var(--spacing);
120-
margin-top: calc(var(--button-height) + 20px);
120+
margin-top: calc(var(--button-height) + 5px);
121121
display: flex;
122122
flex-direction: column;
123123
align-items: center;
@@ -231,7 +231,6 @@ a {
231231
margin: calc(var(--spacing) * 0.6) 0;
232232
display: flex;
233233
justify-content: flex-start;
234-
padding-left: 15px;
235234
font-size: var(--base-font-size);
236235
}
237236

@@ -258,18 +257,14 @@ a {
258257
}
259258

260259
/* Footer elements */
261-
#review {
260+
#review a{
262261
padding-top: var(--spacing);
263262
font-size: var(--base-font-size);
264263
opacity: 0.8;
265264
font-weight: 500;
266-
}
267-
268-
#review a {
269265
display: inline-block;
270-
transition: transform var(--transition-speed) ease;
271266
}
272267

273268
#review a:hover {
274-
transform:translateY(-2px);
269+
opacity:1;
275270
}

‎src/popup/settings.html‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
<button id="show-rating-btn" class="material-button settings-btn">
7373
<span id="show-rating-icon"></span> Show Rating
7474
</button>
75-
7675
<div id="review">
7776
Leave us a
7877
<a target="_blank"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /