UI improvements

This commit is contained in:
ari melody 2024-08-31 19:29:57 +01:00
parent dc0837bfee
commit 1998a36d6d
Signed by: ari
GPG key ID: CF99829C92678188
13 changed files with 148 additions and 241 deletions

View file

@ -55,9 +55,8 @@ a.link-button:hover {
box-shadow: 0 0 1em var(--links);
}
a img {
height: .9em;
transform: translateY(.1em);
a img.icon {
height: .8em;
}
small {

View file

@ -390,6 +390,13 @@ ul#links a:hover {
animation: share-after 2s cubic-bezier(.5,0,1,.5) forwards
}
h2 {
width: fit-content;
padding: .3em 1em;
font-size: 1em;
background: #101010;
}
div#extras ul {
height: 100%;
display: flex;