Merge branch 'master' into music-game

This commit is contained in:
doubaniux 2021-02-15 21:34:34 +01:00 committed by GitHub
commit f516aebdc2
3 changed files with 5 additions and 4 deletions

View file

@ -1203,6 +1203,7 @@ select::placeholder {
letter-spacing: 0.1rem;
word-break: keep-all;
opacity: 0.8;
position: relative;
top: -1px;
}

File diff suppressed because one or more lines are too long

View file

@ -20,11 +20,11 @@ $spotify-color-secondary: black
font-weight: lighter
letter-spacing: 0.1rem
word-break: keep-all
opacity: 0.8
position: relative;
top: -1px;
position: relative
top: -1px
&.source-label__in-site
border-color: $in-site-color