mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
alignment tweak #130
This commit is contained in:
parent
42a8f9291f
commit
cc61d7656a
2 changed files with 9 additions and 2 deletions
|
@ -648,7 +648,7 @@ fieldset legend {
|
|||
.post_list .post_teaser .main_row .post_utilities {
|
||||
position: absolute;
|
||||
bottom: -12px;
|
||||
left: 4px;
|
||||
left: 10px;
|
||||
}
|
||||
.post_list .post_teaser .main_row .post_utilities a {
|
||||
display: inline-block;
|
||||
|
@ -656,6 +656,9 @@ fieldset legend {
|
|||
line-height: 44px;
|
||||
text-align: center;
|
||||
}
|
||||
.post_list .post_teaser .main_row .post_utilities a:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
.post_list .post_teaser .main_row .post_options {
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
|
|
|
@ -245,12 +245,16 @@ html {
|
|||
.post_utilities {
|
||||
position: absolute;
|
||||
bottom: -12px;
|
||||
left: 4px;
|
||||
left: 10px;
|
||||
a {
|
||||
display: inline-block;
|
||||
min-width: 44px;
|
||||
line-height: 44px;
|
||||
text-align: center;
|
||||
|
||||
&:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue