gui completed, just urls

This commit is contained in:
2024-01-17 10:55:20 +00:00
parent cb03f7df4b
commit 7d4b09bf3e
7 changed files with 83 additions and 73 deletions

View File

@@ -16,7 +16,7 @@
.index-cont{
display: flex;
flex-direction: column;
margin-bottom: 25px;
margin-bottom: 50px;
gap: 12.5px;
}
@@ -52,6 +52,9 @@
text-decoration: none;
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.2));
align-items: center;
width: 100px;
height: 200px;
overflow: hidden;
}
.folder img{
@@ -72,15 +75,23 @@
cursor: pointer;
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.2));
align-items: center;
width: 100px;
height: 200px;
max-width: 100px;
max-height: 200px;
overflow: hidden;
}
.file img {
width: 50px;
width: 75px;
height: auto;
}
.info-name {
padding-top: 12.5px;
flex-wrap: wrap;
max-width: 100px;
max-height: 50px;
}
</style>
<script>