mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
max author width - for mobile
This commit is contained in:
parent
f423d3f829
commit
d2c6900d5b
2 changed files with 2 additions and 0 deletions
|
@ -644,6 +644,7 @@ fieldset legend {
|
|||
.post_list .post_teaser .main_row .author {
|
||||
margin-bottom: 30px;
|
||||
display: inline-block;
|
||||
max-width: 78%;
|
||||
}
|
||||
.post_list .post_teaser .main_row .post_utilities {
|
||||
position: absolute;
|
||||
|
|
|
@ -240,6 +240,7 @@ html {
|
|||
.author {
|
||||
margin-bottom: 30px;
|
||||
display: inline-block;
|
||||
max-width: 78%;
|
||||
}
|
||||
|
||||
.post_utilities {
|
||||
|
|
Loading…
Add table
Reference in a new issue