some nice css tweaks :3
This commit is contained in:
parent
1d98a6fdca
commit
5341ff3033
8 changed files with 45 additions and 60 deletions
|
|
@ -25,6 +25,8 @@ input[type="text"] {
|
|||
.release-artwork img {
|
||||
width: 100%;
|
||||
aspect-ratio: 1;
|
||||
border-radius: 8px;
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
.release-artwork img:hover {
|
||||
outline: 1px solid #808080;
|
||||
|
|
@ -35,6 +37,9 @@ input[type="text"] {
|
|||
padding: .3em .6em;
|
||||
background-color: var(--bg-3);
|
||||
}
|
||||
#remove-artwork:hover {
|
||||
background-color: var(--fg-3);
|
||||
}
|
||||
|
||||
.release-info {
|
||||
width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue