mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-20 22:04:39 -04:00
display domain name
This commit is contained in:
Vendored
+8
@@ -774,6 +774,11 @@ input[type="submit"]:hover,
|
||||
color: var(--linkcolor);
|
||||
float: left;
|
||||
}
|
||||
#post .title .domain {
|
||||
color: gray;
|
||||
font-size: 12px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#post .submitted {
|
||||
font-size: small;
|
||||
color: #686868;
|
||||
@@ -1360,6 +1365,9 @@ code {
|
||||
#search form {
|
||||
width: 240px;
|
||||
}
|
||||
.comment {
|
||||
padding-left: 2.5%;
|
||||
}
|
||||
.comment details summary::-webkit-details-marker,
|
||||
.comment details summary::marker {
|
||||
font-size: 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user