Scaling page with viewframe on mobile.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user