fix language switcher position in archive page

This commit is contained in:
Dmitry Kolosov 2021-11-29 23:45:57 +03:00
parent eda07c11d0
commit 51c16f2f69

View File

@ -298,6 +298,10 @@ main h1 {
color: var(--link-state-color);
}
.post-short-list .post-title {
display: inline;
}
.post-title.favorite::after {
content: "☆";
display: inline-block;