mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-02 22:46:59 +00:00
Sort
This commit is contained in:
parent
b1c5d22855
commit
e039bfe134
@ -76,16 +76,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:is(.messageBar > div)::before {
|
:is(.messageBar > div)::before {
|
||||||
|
-webkit-mask-image: var(--message-bar-icon);
|
||||||
|
-webkit-mask-size: cover;
|
||||||
|
background-color: var(--message-bar-icon-color);
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
-webkit-mask-image: var(--message-bar-icon);
|
|
||||||
mask-image: var(--message-bar-icon);
|
|
||||||
-webkit-mask-size: cover;
|
|
||||||
mask-size: cover;
|
|
||||||
background-color: var(--message-bar-icon-color);
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
height: 16px;
|
||||||
|
mask-image: var(--message-bar-icon);
|
||||||
|
mask-size: cover;
|
||||||
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.messageBar button {
|
.messageBar button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user