mirror of
https://github.com/openvk/openvk
synced 2025-04-20 07:03:02 +03:00
Move .ovk-photo-view to the other spot
This commit is contained in:
parent
99543d48af
commit
c608c08db4
1 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,8 @@ html {
|
||||||
|
|
||||||
body,
|
body,
|
||||||
#backdropDripper,
|
#backdropDripper,
|
||||||
#standaloneCommentBox {
|
#standaloneCommentBox,
|
||||||
|
.ovk-photo-view {
|
||||||
background-color: #0e0b1a;
|
background-color: #0e0b1a;
|
||||||
color: #c6d2e8;
|
color: #c6d2e8;
|
||||||
}
|
}
|
||||||
|
@ -568,8 +569,3 @@ ul {
|
||||||
.tabcontent {
|
.tabcontent {
|
||||||
background: #2c2640 !important;
|
background: #2c2640 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @FEAT(marshallovski): пофиксил цвет фона (раньше был просто белый фон) */
|
|
||||||
.ovk-photo-view {
|
|
||||||
background-color: #0e0b1a;
|
|
||||||
}
|
|
Loading…
Reference in a new issue