mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
fix(docs): set correct margins
This commit is contained in:
parent
7bf7050cdc
commit
7c887e9f9c
1 changed files with 2 additions and 1 deletions
|
@ -4174,11 +4174,12 @@ hr {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
padding: 2px 0px;
|
padding: 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docListViewItem .doc_icon.no_image span {
|
.docListViewItem .doc_icon.no_image span {
|
||||||
color: #6b6b6b;
|
color: #6b6b6b;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc_icon.no_image span::before {
|
.doc_icon.no_image span::before {
|
||||||
|
|
Loading…
Reference in a new issue