mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:00:33 +03:00
feat: showArticle() css changes
This commit is contained in:
parent
126e5e2c1b
commit
c7bcd1c36e
1 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue