feat: showArticle() css changes

This commit is contained in:
mrilyew 2025-05-25 11:32:35 +03:00 committed by Alexander Minkin
parent 126e5e2c1b
commit c7bcd1c36e

View file

@ -3228,6 +3228,10 @@ a.poll-retract-vote {
height: 12px; height: 12px;
} }
.attachments .attachment_note {
padding: 5px 5px;
}
#notesList #notesList
{ {
overflow-y: scroll; overflow-y: scroll;
@ -3264,7 +3268,7 @@ body.article .floating_sidebar, body.article .page_content {
display: none; display: none;
position: absolute; position: absolute;
z-index: 128; z-index: 128;
width: 100%; width: 98%;
min-height: 100vh; min-height: 100vh;
padding: 20px; padding: 20px;
box-sizing: border-box; box-sizing: border-box;
@ -3298,6 +3302,7 @@ body.article .floating_sidebar, body.article .page_content {
.articleView_author > div { .articleView_author > div {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: 3px;
} }
.articleView_author > div > span { .articleView_author > div > span {