mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-28 17:06:15 -06:00
more dicking abuot
This commit is contained in:
parent
60ee05d2a7
commit
6ef4cc36b2
9 changed files with 176 additions and 71 deletions
|
|
@ -129,6 +129,26 @@ html, body {
|
|||
background: black;
|
||||
}
|
||||
|
||||
/* Status info dropdown button */
|
||||
.status .status-info .status-stats details.stats-more-info > summary {
|
||||
color: var(--button-fg);
|
||||
background: var(--button-bg);
|
||||
}
|
||||
.status .status-info .status-stats details.stats-more-info > summary:hover {
|
||||
outline: 0;
|
||||
background: var(--button-hover-bg);
|
||||
}
|
||||
|
||||
/* Status info dropdown content */
|
||||
.status.expanded .status-info .status-stats .stats-more-info-content,
|
||||
.status .status-info .status-stats .stats-more-info-content {
|
||||
background-color: black;
|
||||
border: 0.25rem solid var(--magenta);
|
||||
}
|
||||
.status .status-info .status-stats .stats-item.edit-timeline {
|
||||
border-top: 0.15rem dotted var(--acid-green);
|
||||
}
|
||||
|
||||
/* Back + next links */
|
||||
.backnextlinks {
|
||||
background: var(--gray1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue