mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 08:56:14 -06:00
Merge branch 'main' into login-button
This commit is contained in:
commit
5aef4ea83a
1766 changed files with 264000 additions and 161182 deletions
|
|
@ -42,7 +42,26 @@
|
|||
padding: 1.5rem;
|
||||
gap: 1rem;
|
||||
|
||||
a {
|
||||
.trusted-proxies-rec {
|
||||
color: $info-fg;
|
||||
background: $info-bg;
|
||||
max-width: fit-content;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
border-radius: $br;
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
|
||||
code {
|
||||
background: $info-bg;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $info-fg;
|
||||
}
|
||||
}
|
||||
|
||||
& > a {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
|
|
|
|||
|
|
@ -436,6 +436,10 @@ main {
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
column-gap: 1rem;
|
||||
|
||||
.edited-at {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.stats-item {
|
||||
|
|
@ -443,7 +447,7 @@ main {
|
|||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.stats-item:not(.published-at) {
|
||||
.stats-item:not(.published-at):not(.edited-at) {
|
||||
z-index: 1;
|
||||
user-select: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue