mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
fix(likes tooltip): fix width
This commit is contained in:
parent
2d0c329a2a
commit
6007a81546
1 changed files with 5 additions and 1 deletions
|
@ -3784,12 +3784,16 @@ hr {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.like_tooltip_wrapper {
|
||||||
|
box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
.like_tooltip_wrapper .like_tooltip_head {
|
.like_tooltip_wrapper .like_tooltip_head {
|
||||||
background: linear-gradient(180deg, #595959, #515151);
|
background: linear-gradient(180deg, #595959, #515151);
|
||||||
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
|
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
|
||||||
border: solid 1px #575757;
|
border: solid 1px #575757;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
width: 200px;
|
width: 180px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue