alignment tweak #130

This commit is contained in:
rimu 2024-03-31 14:22:16 +13:00
parent 42a8f9291f
commit cc61d7656a
2 changed files with 9 additions and 2 deletions

View file

@ -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;

View file

@ -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;
}
}
}