mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
update: panel
This commit is contained in:
parent
3d54e240a7
commit
9bd603e3c9
9 changed files with 92 additions and 10 deletions
|
|
@ -61,6 +61,13 @@
|
|||
align-content: flex-start;
|
||||
padding: 0.4em 0.6em 0.5em;
|
||||
}
|
||||
.panel > .list .empty {
|
||||
color: white;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding-top: 0.6em;
|
||||
}
|
||||
.panel > .list .item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -74,6 +81,15 @@
|
|||
margin-bottom: 0.2em;
|
||||
position: relative;
|
||||
}
|
||||
.panel > .list .item .icon .new {
|
||||
position: absolute;
|
||||
right: 0.2em;
|
||||
top: 0.4em;
|
||||
width: 0.5em;
|
||||
height: 0.5em;
|
||||
background-color: rgb(51, 235, 0);
|
||||
border-radius: 50%;
|
||||
}
|
||||
.panel > .list .item .icon img.streng {
|
||||
width: 3.5em;
|
||||
height: 3.5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue