Add a white border around the badge to make it stand out if it overlaps the app icon
This commit is contained in:
@@ -52,10 +52,10 @@
|
||||
top: 6px;
|
||||
right: 6px;
|
||||
min-width: 16px;
|
||||
background-color: @turquoise-d1;
|
||||
border-radius: 50%;
|
||||
color: @white;
|
||||
text-align: center;
|
||||
background-color: @turquoise-d1;
|
||||
border: 2px solid @white;
|
||||
border-radius: 50%;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
|
||||
Reference in New Issue
Block a user