Browse Source

scale changes

master
Cailean Finn 9 months ago
parent
commit
6b2487a63a
  1. 2
      .gitignore
  2. 9
      server/index.html

2
.gitignore

@ -8,3 +8,5 @@ client/node_modules/
server/node_modules/
server/public/
public.zip

9
server/index.html

@ -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>

Loading…
Cancel
Save