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
|
|
@ -21,11 +21,28 @@ body {
|
|||
}
|
||||
|
||||
.copyright {
|
||||
text-align: center;
|
||||
font-size: 0.7em;
|
||||
color: #797979;
|
||||
padding-bottom: 2em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 0.3em;
|
||||
.highlight {
|
||||
color: #fff;
|
||||
position: relative;
|
||||
}
|
||||
.with-version {
|
||||
padding-right: 1.8em;
|
||||
.version {
|
||||
// background-color: #3f3f3f;
|
||||
padding: 0.1em 0.3em;
|
||||
border-radius: 0.2em;
|
||||
font-size: 0.8em;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: -0.5em;
|
||||
right: -0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue