Develop dictionary management function

This commit is contained in:
zyronon
2023-11-25 01:17:37 +08:00
parent bfe0bdfb5d
commit 8330d32b8f
8 changed files with 259 additions and 48 deletions

View File

@@ -294,6 +294,10 @@ footer {
padding: 0 var(--space);
}
.list-item-wrapper{
padding-bottom: 15rem;
}
.common-list-item {
width: 100%;
box-sizing: border-box;
@@ -310,9 +314,14 @@ footer {
.left {
display: flex;
gap: 3rem;
flex-direction: column;
word-break: break-word;
gap: 10rem;
.title-wrapper{
display: flex;
flex-direction: column;
gap: 3rem;
word-break: break-word;
}
}
.right {
@@ -326,7 +335,6 @@ footer {
opacity: 0;
}
&:hover {
background: var(--color-item-hover);