mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-30 21:27:09 +00:00
Sort
This commit is contained in:
parent
b1c5d22855
commit
e039bfe134
@ -76,16 +76,16 @@
|
||||
}
|
||||
|
||||
:is(.messageBar > div)::before {
|
||||
-webkit-mask-image: var(--message-bar-icon);
|
||||
-webkit-mask-size: cover;
|
||||
background-color: var(--message-bar-icon-color);
|
||||
content: '';
|
||||
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;
|
||||
height: 16px;
|
||||
mask-image: var(--message-bar-icon);
|
||||
mask-size: cover;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.messageBar button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user