mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -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 {
|
.post_list .post_teaser .main_row .post_utilities {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -12px;
|
bottom: -12px;
|
||||||
left: 4px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .main_row .post_utilities a {
|
.post_list .post_teaser .main_row .post_utilities a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -656,6 +656,9 @@ fieldset legend {
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
text-align: center;
|
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 {
|
.post_list .post_teaser .main_row .post_options {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
|
|
|
@ -245,12 +245,16 @@ html {
|
||||||
.post_utilities {
|
.post_utilities {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -12px;
|
bottom: -12px;
|
||||||
left: 4px;
|
left: 10px;
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue