change notification badge size
This commit is contained in:
@@ -270,16 +270,16 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: -5px;
|
right: -5px;
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
width: 20px;
|
/* width: 22px;
|
||||||
height: 20px;
|
height: 22px; */
|
||||||
border-radius: 50%;
|
border-radius: 15px;
|
||||||
background: v.$red;
|
background: v.$red;
|
||||||
color: v.$white;
|
color: v.$white;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-top: 1px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user