- Added Authentication for Piped Accounts
- Localization
This commit is contained in:
Shiny Nematoda 2022-09-03 06:27:27 +00:00
parent 8548a3646e
commit de6572eee4
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
26 changed files with 1045 additions and 596 deletions

View file

@ -153,9 +153,8 @@ body {
-moz-osx-font-smoothing: grayscale;
}
.placeholder:empty:after {
--text: 'Start Searching...';
content: attr(data-placeholder)'...';
margin-bottom: auto;
content: var(--text);
letter-spacing: 0.125rem;
font-size: 1.25rem;
font-weight: bolder;
@ -215,16 +214,16 @@ button {
appearence: none;
outline: none;
}
img {
object-fit: cover;
}
.bg-img {
appearance: none;
background-image: var(--grad);
background-position: center;
background-size: cover;
border-radius: 0.25rem;
}
.bg-img.lazy {
background-image: var(--art);
}
.search-artists .bg-img {
border-radius: 50%;
}