Address PR review feedback

This commit is contained in:
kl
2026-04-13 21:02:59 +08:00
parent 7757729efd
commit a8a08c1dcc
3 changed files with 17 additions and 22 deletions

View File

@@ -11,10 +11,14 @@
body {
background-color: #f1f3f5;
}
.viewer-container:focus,
.viewer-container:focus-visible {
.viewer-container:focus {
outline: none !important;
}
.viewer-container:focus-visible {
outline: 2px solid rgba(95, 107, 122, 0.65) !important;
outline-offset: 2px;
box-shadow: 0 0 0 4px rgba(95, 107, 122, 0.14);
}
#image { width: 800px; margin: 0 auto; font-size: 0;}
#image li { display: inline-block;width: 50px;height: 50px; margin-left: 1%; padding-top: 1%;}
/*#dowebok li img { width: 200%;}*/