Improve how long source URLs are displayed

This commit is contained in:
amrw
2022-01-30 20:42:29 +01:00
parent 7c7709e74f
commit 063523ed4d
2 changed files with 13 additions and 4 deletions
+8
View File
@@ -749,6 +749,14 @@ footer a {
#post .submitted span {
margin-left: 5px;
}
#post .source-details {
float: left;
margin: 10px 0 10px 30px;
}
#post .source-details summary:hover {
color: var(--linkcolor);
text-decoration: underline;
}
#post .comments {
float: left;
width: 100%;