Big picture fixes (#5565)

This commit is contained in:
Lounger 2024-02-25 18:10:16 +01:00 committed by GitHub
parent 45c4cd01c5
commit 0f68c6fb5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -717,6 +717,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
width: calc((100vw - 880px - 120px) /2);
}
.pfp_character {
position: relative;
z-index: 100;
}
.pfp_character:hover {
cursor: pointer;
}