1
0

Leaner test side
All checks were successful
Test / test (push) Successful in 9m31s

This commit is contained in:
Aiden
2026-06-11 14:29:21 +10:00
parent 69511e4549
commit 731ee4e647
10 changed files with 24 additions and 438 deletions

View File

@@ -165,6 +165,7 @@ a {
text-align: left;
cursor: pointer;
overflow: hidden;
text-decoration: none;
}
.demo-gallery-tile:hover {
@@ -183,25 +184,15 @@ a {
padding: 0 12px;
}
.demo-focused-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 22px;
}
.demo-focused-links a {
display: inline-flex;
align-items: center;
min-height: 36px;
padding: 0 12px;
border: 1px solid #d5d5cf;
border-radius: 6px;
background: #fff;
color: #4f4f48;
text-decoration: none;
font-size: 0.9rem;
font-weight: 650;
.demo-gallery-placeholder {
display: grid;
place-items: center;
width: 100%;
aspect-ratio: 16 / 9;
background: #151515;
color: #fff;
font-size: 1.25rem;
font-weight: 800;
}
.demo-local-panel {