gui completed, just urls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user