mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-29 02:59:26 +01:00
fix expand-selftext button css
This commit is contained in:
parent
67f92e6d43
commit
00813d6a22
@ -443,6 +443,10 @@ footer a {
|
|||||||
#links.search .link .meta a.comments {
|
#links.search .link .meta a.comments {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
#links .link .entry .meta .links .selftext a {
|
||||||
|
color: var(--linkcolor);
|
||||||
|
font-weight: initial;
|
||||||
|
}
|
||||||
#links .link .entry .selftext {
|
#links .link .entry .selftext {
|
||||||
unicode-bidi: isolate;
|
unicode-bidi: isolate;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
@ -457,6 +461,7 @@ footer a {
|
|||||||
width: calc(100% - 100px);
|
width: calc(100% - 100px);
|
||||||
margin-right: 11000px;
|
margin-right: 11000px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
cursor: initial;
|
||||||
}
|
}
|
||||||
#links .link .entry details {
|
#links .link .entry details {
|
||||||
margin: 0px 10px 0px 0px;
|
margin: 0px 10px 0px 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user