mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
allow post_utilities to contain div and span elements in the exact next level in addition to anchors
This commit is contained in:
parent
285d9f525d
commit
13b1c7984d
2 changed files with 3 additions and 3 deletions
|
@ -765,13 +765,13 @@ div.navbar {
|
||||||
bottom: -12px;
|
bottom: -12px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .main_row .post_utilities a {
|
.post_list .post_teaser .main_row .post_utilities a, .post_list .post_teaser .main_row .post_utilities > div, .post_list .post_teaser .main_row .post_utilities > span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .main_row .post_utilities a:first-child {
|
.post_list .post_teaser .main_row .post_utilities a:first-child, .post_list .post_teaser .main_row .post_utilities > div:first-child, .post_list .post_teaser .main_row .post_utilities > span:first-child {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser .main_row .post_options {
|
.post_list .post_teaser .main_row .post_options {
|
||||||
|
|
|
@ -356,7 +356,7 @@ div.navbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -12px;
|
bottom: -12px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
a {
|
a, > div, > span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 44px;
|
min-width: 44px;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue