mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -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 {
|
.post_list .post_teaser .main_row .author {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
max-width: 78%;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .main_row .post_utilities {
|
.post_list .post_teaser .main_row .post_utilities {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -240,6 +240,7 @@ html {
|
||||||
.author {
|
.author {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
max-width: 78%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_utilities {
|
.post_utilities {
|
||||||
|
|
Loading…
Add table
Reference in a new issue