mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix: 帮助换行问题
This commit is contained in:
parent
f65b9590a7
commit
61ef3854e7
2 changed files with 2 additions and 4 deletions
|
|
@ -45,7 +45,7 @@
|
|||
display: grid;
|
||||
gap: 0.5em;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
.card .part .list .item {
|
||||
width: 100%;
|
||||
|
|
@ -95,7 +95,6 @@
|
|||
font-size: 0.9em;
|
||||
}
|
||||
.card .part .list .item .commands .command {
|
||||
height: 1.6em;
|
||||
line-height: 1.6em;
|
||||
padding: 0em 0.5em;
|
||||
border-radius: 0.5em 0.2em 0.5em 0.2em;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
display: grid;
|
||||
gap: 0.5em;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
.item {
|
||||
width: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
|
|
@ -97,7 +97,6 @@
|
|||
font-weight: 500;
|
||||
font-size: 0.9em;
|
||||
.command {
|
||||
height: 1.6em;
|
||||
line-height: 1.6em;
|
||||
padding: 0em 0.5em;
|
||||
border-radius: 0.5em 0.2em 0.5em 0.2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue