Develop dictionary management function
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user