mobile dash layout provided; other styling inconsistencies corrected across views, scss & _applets.html template partial
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -119,6 +119,12 @@ body.page-dashboard {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@container (max-width: 480px) {
|
||||
section {
|
||||
grid-column: span 12;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 500px) {
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
border-radius: 0.5rem;
|
||||
background: linear-gradient(
|
||||
to bottom,
|
||||
rgba(var(--priUser), 1) 0%,
|
||||
rgba(var(--priUser), 1) 33%,
|
||||
rgba(var(--terUser), 1) 0%,
|
||||
rgba(var(--terUser), 1) 33%,
|
||||
rgba(var(--terUser), 1) 66%,
|
||||
rgba(var(--priUser), 1) 33%,
|
||||
rgba(var(--priUser), 1) 66%,
|
||||
rgba(var(--quiUser), 1) 66%,
|
||||
rgba(var(--quiUser), 1) 100%
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user