mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix profile name box geometry
This commit is contained in:
parent
1cc7e68424
commit
e3527065ad
1 changed files with 2 additions and 2 deletions
|
@ -1171,12 +1171,12 @@ body.scrolled .toTop:hover {
|
|||
}
|
||||
|
||||
.profileName {
|
||||
width: 225px;
|
||||
/* width: 225px; */
|
||||
color: #45688E;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
padding: 2px 5px 0px 0px;
|
||||
/* padding: 2px 5px 0px 0px; */
|
||||
}
|
||||
|
||||
.profileName h2 {
|
||||
|
|
Loading…
Reference in a new issue