mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Notifications: Shring the radius of the corners
Co-authored-by: Defenders08 <60748247+Defenders08@users.noreply.github.com>
This commit is contained in:
parent
fd2ef5fad5
commit
d650a3cd21
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification_ballon {
|
.notification_ballon {
|
||||||
border-radius: 6px;
|
border-radius: 4px;
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
|
Loading…
Reference in a new issue