1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 14:26:25 +02:00

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 9329fd6d21
commit 762c021f86

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;
}
}