Fix mobile notification bubble on colored header (#2109)

This commit is contained in:
Hasan Özbey 2020-04-10 13:50:36 +03:00 committed by GitHub
parent cb9801a324
commit 3f5554816e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,12 +49,12 @@
content: ' ';
display: block;
position: absolute;
background: @primary-color;
background: @header-color;
top: 10px;
right: 3px;
width: 14px;
height: 14px;
border-radius: 7px;
border: 2px solid @body-bg;
border: 2px solid @header-bg;
}
}