Added footer with dmca and discord links.

This commit is contained in:
2024-06-06 02:49:00 +02:00
parent c9087edd3c
commit 2790c4e31c
6 changed files with 22 additions and 7 deletions

View File

@@ -58,14 +58,17 @@ const { actor } = pageProps;
display: flex;
flex-direction: column;
flex-grow: 1;
overflow: hidden;
position: relative;
}
.actor-header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
position: sticky;
top: 0;
z-index: 1;
color: var(--highlight-strong-30);
background: var(--grey-dark-40);
}
@@ -94,7 +97,7 @@ const { actor } = pageProps;
display: flex;
flex-direction: column;
flex-grow: 1;
overflow-y: auto;
/* overflow-y: auto; */
}
.bookmarks {