Improved vip marker.
This commit is contained in:
parent
82c04c1800
commit
48bd07ad7d
1 changed files with 3 additions and 3 deletions
|
@ -2112,7 +2112,7 @@ footer {
|
|||
|
||||
:not(.navigation) .unique.avatar.vip {
|
||||
border: 2px dotted;
|
||||
line-height: 40px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.unique.avatar.size-50 {
|
||||
|
@ -2121,7 +2121,7 @@ footer {
|
|||
}
|
||||
|
||||
:not(.navigation) .unique.avatar.size-50.vip {
|
||||
line-height: 50px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.unique.avatar.size-80 {
|
||||
|
@ -2131,7 +2131,7 @@ footer {
|
|||
|
||||
:not(.navigation) .unique.avatar.size-80.vip {
|
||||
font-size: 20px;
|
||||
line-height: 82px;
|
||||
line-height: 78px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
Loading…
Reference in a new issue