Added shelf template shared between shelf and post page.

This commit is contained in:
2023-06-25 20:43:42 +02:00
parent f3c8718fb2
commit 041b502776
6 changed files with 179 additions and 104 deletions

View File

@@ -48,13 +48,6 @@ async function logout() {
</script>
<style>
.content {
display: flex;
flex-direction: column;
padding: 1rem;
flex-grow: 1;
}
.logo svg {
height: 100%;
width: auto;