Browse Source

scale changes

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

4
.gitignore

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

9
server/index.html

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

Loading…
Cancel
Save