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:
@@ -49,12 +49,12 @@
|
|||||||
content: ' ';
|
content: ' ';
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: @primary-color;
|
background: @header-color;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
border: 2px solid @body-bg;
|
border: 2px solid @header-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user