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;
|
||||
bottom: 6.6rem;
|
||||
right: 1rem;
|
||||
z-index: 202;
|
||||
z-index: 201;
|
||||
}
|
||||
|
||||
// ── Applets grid (shared across all boards) ────────────────
|
||||
@@ -121,7 +121,7 @@
|
||||
to bottom,
|
||||
transparent 0%,
|
||||
black 2%,
|
||||
black 98%,
|
||||
black 99%,
|
||||
transparent 100%
|
||||
);
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ body {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
// padding: 1rem;
|
||||
flex: 1;
|
||||
|
||||
.navbar {
|
||||
@@ -273,11 +273,11 @@ body {
|
||||
align-items: center;
|
||||
padding: 1rem 1rem;
|
||||
border-top: 0.1rem solid rgba(var(--secUser), 0.3);
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
rgba(var(--priUser), 1) 25%,
|
||||
transparent 100%
|
||||
);
|
||||
// background: linear-gradient(
|
||||
// to top,
|
||||
// rgba(var(--priUser), 1) 25%,
|
||||
// transparent 100%
|
||||
// );
|
||||
|
||||
#id_footer_nav {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user