push extra options to the right
All checks were successful
/ build (push) Successful in 4m34s

This commit is contained in:
Ruben 2025-10-27 13:26:14 -05:00
commit 0bd564c2ab
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
4 changed files with 43 additions and 19 deletions

View file

@ -94,7 +94,7 @@ h1, h2, h3, h4, h5, h6 {
color: var(--foreground);
margin-bottom: .8rem;
margin-top: 1.5rem;
padding-bottom: .2rem;
padding-bottom: .4rem;
transition: .2s;
& a {
@ -165,6 +165,12 @@ small a {
font-size: 0.875rem;
}
/* emoji */
[emoji] {
height: 1.5rem;
vertical-align: bottom;
}
/* lists need some styling */
ul {
margin-left: -1.3rem;
@ -358,6 +364,14 @@ card-container {
color: var(--blue);
}
}
img {
align-self: center;
border-radius: 10rem;
height: 1.2rem;
vertical-align: middle;
width: auto;
}
}
}
@ -388,19 +402,7 @@ card-container {
buttons-container {
margin-top: auto;
img {
align-self: center;
border-radius: 10rem;
height: 1.3rem;
vertical-align: middle;
width: auto;
}
a {
icon-tabler {
pointer-events: none;
}
&:has(img[src^="https://compliance"]) {
align-self: center;
font-size: 0;
@ -693,6 +695,22 @@ buttons-container {
display: flex;
flex-flow: row wrap;
gap: .4rem;
img {
align-self: center;
border-radius: 10rem;
height: 1.2rem;
vertical-align: middle;
width: auto;
}
a {
icon-tabler { pointer-events: none; }
}
[right] {
margin-left: auto;
}
}
[button] {

View file

@ -83,6 +83,7 @@
display: block;
padding: .8rem;
p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }
h1, h2, h3 { &:first-child { margin-top: 0; } }
}

View file

@ -0,0 +1,5 @@
article#instances {
card-container {
grid-template-columns: 1fr !important;
}
}