1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-03-29 12:48:32 +03:00

OpenVK Modern: Support displaying instance name in header bar

This commit is contained in:
Maxim Leshchenko 2022-01-21 18:15:12 +02:00
parent 4281ec4f80
commit 8c29138755
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
2 changed files with 7 additions and 0 deletions
themepacks/openvk_modern

Binary file not shown.

After

(image error) Size: 1.4 KiB

View file

@ -15,6 +15,13 @@ body {
background-position-x: 1px;
}
.home_button_custom {
background: url("/themepack/openvk_modern/0.0.1.0/resource/5.png") no-repeat;
background-position-y: 0px;
background-position-x: 1px;
text-shadow: none;
}
.header_navigation .link {
background: unset;
}