mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-31 02:51:36 +02:00
Styling fixes
This commit is contained in:
parent
681dfaaaff
commit
e0ed7daa87
1 changed files with 5 additions and 1 deletions
|
@ -146,7 +146,7 @@ a.mention span {
|
||||||
.timeline.contextual > li.descendant {
|
.timeline.contextual > li.descendant {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.timeline.contextual > li.descendant:not(.thread) {
|
.timeline.contextual > li.descendant {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
.timeline.contextual > li.descendant:not(.thread) > .status-link {
|
.timeline.contextual > li.descendant:not(.thread) > .status-link {
|
||||||
|
@ -230,6 +230,9 @@ a.mention span {
|
||||||
.timeline.contextual > li .replies[open] summary {
|
.timeline.contextual > li .replies[open] summary {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
.timeline.contextual > li .replies summary[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.timeline.contextual > li .replies li {
|
.timeline.contextual > li .replies li {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -307,6 +310,7 @@ a.mention span {
|
||||||
}
|
}
|
||||||
.status-link:hover {
|
.status-link:hover {
|
||||||
background-color: var(--link-bg-hover-color);
|
background-color: var(--link-bg-hover-color);
|
||||||
|
mix-blend-mode: multiply;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-state {
|
.ui-state {
|
||||||
|
|
Loading…
Add table
Reference in a new issue