FIX: Only ready work in documented. Images added, view ubtton optional.

This commit is contained in:
MajorDroolz
2023-01-04 22:18:53 -05:00
parent 34e75a3748
commit 87a3c3d2b4
7 changed files with 70 additions and 33 deletions

View File

@@ -34,6 +34,11 @@
border-radius: 10px;
height: 300px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #aaa;
position: relative;
}
#description {
@@ -67,4 +72,9 @@
#stack::after {
content: "";
flex: 1000000;
}
#image-inner {
max-width: 100%;
max-height: 100%;
}