mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- Added Authentication for Piped Accounts - Localization
This commit is contained in:
parent
8548a3646e
commit
de6572eee4
26 changed files with 1045 additions and 596 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue