Further improved actor bio responsiveness. Fixed header search bar spacing. Fixed stash page footer.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user