Add swipe controls to move back and forth in albums

This commit is contained in:
2024-04-11 18:40:26 +02:00
parent 089fa3ad84
commit c5432c7541
9 changed files with 169 additions and 40 deletions

View File

@@ -23,7 +23,7 @@
font-style: normal;
font-size: 1.5em;
display: inline-block;
line-height: 1;
line-height: 1em;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
@@ -496,7 +496,7 @@ select {
border-radius: 6px;
margin: 2px;
background: var(--input_background);
padding: 3px 4px;
padding: 3px;
overflow: hidden;
color: var(--input_text);
cursor: pointer;
@@ -543,7 +543,7 @@ input[type="color"]:active,
select:active {
box-shadow: inset 4px 4px 6px var(--shadow_color);
/* Exactly 3px offset compared to the inactive padding to give a depth effect */
padding: 6px 1px 0px 7px;
padding: 6px 0px 0px 6px;
}
.button_highlight {
@@ -654,7 +654,7 @@ input[type="datetime-local"] {
border: none;
border-radius: 5px;
background: var(--input_background);
padding: 3px 4px;
padding: 3px;
box-shadow: inset 1px 1px 0px 0px var(--shadow_color);
/* override user-agent style */
min-width: 100px;