Scaling page with viewframe on mobile.

This commit is contained in:
2024-03-27 16:37:02 +01:00
parent a09bd3e407
commit 35b6c4c33f
3 changed files with 7 additions and 5 deletions

View File

@@ -31,14 +31,14 @@
border-radius: .25rem;
background: var(--background);
box-shadow: 0 0 3px var(--shadow-weak-30);
color: var(--shadow-strong-30);
color: var(--shadow-strong-20);
font-size: .9rem;
font-weight: bold;
.icon {
height: auto;
padding: 0 .75rem 0 .25rem;
fill: var(--shadow-strong-20);
fill: var(--shadow-strong-10);
}
&:hover {
@@ -80,7 +80,7 @@
justify-content: center;
&:hover:not(:disabled) {
background: var(--primary);
background: var(--primary-dark-10);
}
&:disabled {