remove cringe scrollbars from post-meta

pull/211/head
Aevann 2023-10-04 17:15:28 +03:00
parent 5c1a2ac7a1
commit ee64c97905
1 changed files with 1 additions and 1 deletions

View File

@ -4191,7 +4191,7 @@ small, .small {
color: var(--muted);
font-size: 12px;
width: 100%;
overflow-x: auto;
overflow: hidden;
}
.posts .ghost-post .post-meta {