Redesign image viewer with Claude

This commit is contained in:
2026-07-30 21:33:26 +02:00
parent 39e0019ce3
commit 609dfc906a
3 changed files with 302 additions and 55 deletions

View File

@@ -286,7 +286,6 @@ const set_offset = (off: number) => {
}
.nav_container {
flex: 0 0 auto;
backdrop-filter: blur(3px);
z-index: 9;
}
.scroll_container {
@@ -305,6 +304,7 @@ const set_offset = (off: number) => {
width: 15em;
margin: 0;
padding: 4px;
backdrop-filter: blur(3px);
}
.button {
background: none;