Fine volume control (1% under 10%) and add credits
This commit is contained in:
parent
68e6be32f0
commit
01e7632096
3 changed files with 50 additions and 8 deletions
15
popup.css
15
popup.css
|
|
@ -215,3 +215,18 @@ input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.18); }
|
|||
padding-top: 2px;
|
||||
}
|
||||
.note.error { color: var(--danger); }
|
||||
|
||||
/* ---------- Credits ---------- */
|
||||
.credits {
|
||||
font-family: 'DM Mono', monospace;
|
||||
font-size: 10px;
|
||||
color: var(--text-dim);
|
||||
text-align: center;
|
||||
letter-spacing: .3px;
|
||||
padding-top: 2px;
|
||||
opacity: .85;
|
||||
}
|
||||
.credits .heart {
|
||||
color: var(--danger);
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue