mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
small css tweak #394
This commit is contained in:
parent
2288510cf2
commit
1b8fc214db
2 changed files with 16 additions and 0 deletions
|
@ -1384,6 +1384,13 @@ time {
|
||||||
margin-left: auto; /* pull right */
|
margin-left: auto; /* pull right */
|
||||||
font-size: 87%;
|
font-size: 87%;
|
||||||
}
|
}
|
||||||
|
.comment .comment_actions .dropdown-item {
|
||||||
|
white-space: unset;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
.comment .comment_actions .dropdown-item:active {
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
.comment .replies {
|
.comment .replies {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-left: solid 1px #ddd;
|
border-left: solid 1px #ddd;
|
||||||
|
|
|
@ -1046,6 +1046,15 @@ time {
|
||||||
margin-left: auto; /* pull right */
|
margin-left: auto; /* pull right */
|
||||||
font-size: 87%;
|
font-size: 87%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-item {
|
||||||
|
white-space: unset;
|
||||||
|
line-height: 30px;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.replies {
|
.replies {
|
||||||
|
|
Loading…
Add table
Reference in a new issue