mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:11:56 +08:00
Fix mobile notification bubble on colored header (#2109)
This commit is contained in:
parent
cb9801a324
commit
3f5554816e
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user