some nice css tweaks :3

This commit is contained in:
ari melody 2025-11-25 22:47:57 +00:00
parent 1d98a6fdca
commit 5341ff3033
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
8 changed files with 45 additions and 60 deletions

View file

@ -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;