mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 16:49:26 +01:00
fix main post links
This commit is contained in:
parent
4c03933318
commit
c9b2d1b3a7
@ -675,6 +675,9 @@ footer a {
|
|||||||
#post .info .links a {
|
#post .info .links a {
|
||||||
font-size: var(--sm-font);
|
font-size: var(--sm-font);
|
||||||
}
|
}
|
||||||
|
#post .info .links a {
|
||||||
|
float: initial;
|
||||||
|
}
|
||||||
#post header {
|
#post header {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
@ -713,6 +716,9 @@ footer a {
|
|||||||
font-size: small;
|
font-size: small;
|
||||||
color: #686868;
|
color: #686868;
|
||||||
}
|
}
|
||||||
|
#post .submitted a {
|
||||||
|
float: initial;
|
||||||
|
}
|
||||||
#post .submitted a,
|
#post .submitted a,
|
||||||
#post .submitted span {
|
#post .submitted span {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user