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

@@ -70,12 +70,14 @@ function getPath(targetDomain) {
.stash {
display: flex;
flex-direction: column;
overflow: hidden;
}
.header {
display: flex;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 1;
padding: .5rem 1rem;
color: var(--text-light);
background: var(--grey-dark-40);
@@ -118,8 +120,11 @@ function getPath(targetDomain) {
.domains {
display: flex;
justify-content: center;
gap: .5rem;
padding: .5rem 1rem;
background: var(--background-base-10);
border-bottom: solid 1px var(--shadow-weak-40);
}
.domain {