mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 08:39: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 {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#links .link .entry .meta .links .selftext a {
|
||||
color: var(--linkcolor);
|
||||
font-weight: initial;
|
||||
}
|
||||
#links .link .entry .selftext {
|
||||
unicode-bidi: isolate;
|
||||
background-color: #fafafa;
|
||||
@ -457,6 +461,7 @@ footer a {
|
||||
width: calc(100% - 100px);
|
||||
margin-right: 11000px;
|
||||
overflow: hidden;
|
||||
cursor: initial;
|
||||
}
|
||||
#links .link .entry details {
|
||||
margin: 0px 10px 0px 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user