Redesign image viewer with Claude
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user