Further improved actor bio responsiveness. Fixed header search bar spacing. Fixed stash page footer.

This commit is contained in:
2024-06-07 03:43:12 +02:00
parent 170eae1b09
commit 746868fb18
4 changed files with 53 additions and 11 deletions

View File

@@ -420,6 +420,7 @@ function blurSearch(event) {
.icon {
display: none;
height: 1rem;
padding: 0;
fill: var(--text-light);
}
@@ -514,9 +515,5 @@ function blurSearch(event) {
.logo {
margin-right: .75rem;
}
.userpanel {
padding-left: 1rem;
}
}
</style>