scale changes

This commit is contained in:
2024-01-17 11:54:00 +00:00
parent e1c0ba9019
commit 6b2487a63a
2 changed files with 10 additions and 3 deletions

4
.gitignore vendored
View File

@@ -7,4 +7,6 @@ client/node_modules/
# Ignore node_modules in the server folder
server/node_modules/
server/public/
server/public/
public.zip

View File

@@ -83,15 +83,20 @@
}
.file img {
width: 75px;
min-width: 50px;
max-width: 75px;
height: auto;
}
.info-name {
padding-top: 12.5px;
flex-wrap: wrap;
text-wrap: wrap;
overflow-wrap: break-word;
overflow: hidden;
max-width: 100px;
max-height: 50px;
max-height: 100px;
}
</style>
<script>