Skip to content
Snippets Groups Projects
Commit 902bed4d authored by syuilo's avatar syuilo
Browse files

client: tweak ui

parent e617ced1
No related branches found
No related tags found
No related merge requests found
......@@ -60,11 +60,16 @@ export default defineComponent({
children: '.image',
thumbSelector: '.image',
loop: false,
padding: {
padding: window.innerWidth > 500 ? {
top: 32,
bottom: 32,
left: 32,
right: 32,
} : {
top: 0,
bottom: 0,
left: 0,
right: 0,
},
imageClickAction: 'close',
tapAction: 'toggle-controls',
......
......@@ -153,6 +153,7 @@ export default defineComponent({
box-sizing: border-box;
min-width: 200px;
overflow: auto;
overscroll-behavior: contain;
&.center {
> .item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment