scale changes
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user