This commit is contained in:
parent
2456883e0a
commit
0bd564c2ab
4 changed files with 43 additions and 19 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
|
|
@ -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; } }
|
||||
}
|
||||
|
||||
|
|
|
|||
5
_includes/styles/pages/fediverse.css
Normal file
5
_includes/styles/pages/fediverse.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
article#instances {
|
||||
card-container {
|
||||
grid-template-columns: 1fr !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue