Add tags as folders display mode

This commit is contained in:
Cohee
2023-11-10 21:56:25 +02:00
parent abe4bb6d54
commit cb1e254cb9
8 changed files with 219 additions and 62 deletions

View File

@@ -167,6 +167,10 @@
box-shadow: none !important;
}
.height100p {
height: 100%;
}
.height100pSpaceEvenly {
align-content: space-evenly;
height: 100%;
@@ -514,4 +518,4 @@ textarea:disabled {
height: 30px;
text-align: center;
padding: 5px;
}
}