mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
fixes #335
This commit is contained in:
parent
f4ad10e4c4
commit
23836fbcc1
2 changed files with 25 additions and 0 deletions
|
@ -943,6 +943,18 @@ div.navbar {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
time {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.author {
|
||||
padding-left: 3px;
|
||||
display: inline-block;
|
||||
}
|
||||
.author a {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.max_width_512 {
|
||||
max-width: 512px;
|
||||
display: inline-block;
|
||||
|
|
|
@ -538,6 +538,19 @@ div.navbar {
|
|||
}
|
||||
}
|
||||
|
||||
time {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.author {
|
||||
padding-left: 3px;
|
||||
display: inline-block;
|
||||
|
||||
a {
|
||||
border-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.max_width_512 {
|
||||
max-width: 512px;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Reference in a new issue