gameboard gear menu clipping under footer aperture finally RESOLVED; .container padding attr true cause behind two red herrings, #id_footer background attr & %applets-grid mask-image attr; latter still pared down to open more viewable space in applet container aperture
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:
@@ -101,7 +101,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 6.6rem;
|
bottom: 6.6rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
z-index: 202;
|
z-index: 201;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Applets grid (shared across all boards) ────────────────
|
// ── Applets grid (shared across all boards) ────────────────
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
to bottom,
|
to bottom,
|
||||||
transparent 0%,
|
transparent 0%,
|
||||||
black 2%,
|
black 2%,
|
||||||
black 98%,
|
black 99%,
|
||||||
transparent 100%
|
transparent 100%
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ body {
|
|||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1rem;
|
// padding: 1rem;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
@@ -273,11 +273,11 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
border-top: 0.1rem solid rgba(var(--secUser), 0.3);
|
border-top: 0.1rem solid rgba(var(--secUser), 0.3);
|
||||||
background: linear-gradient(
|
// background: linear-gradient(
|
||||||
to top,
|
// to top,
|
||||||
rgba(var(--priUser), 1) 25%,
|
// rgba(var(--priUser), 1) 25%,
|
||||||
transparent 100%
|
// transparent 100%
|
||||||
);
|
// );
|
||||||
|
|
||||||
#id_footer_nav {
|
#id_footer_nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user