Implemented first version of pictures tab

This commit is contained in:
2026-02-08 14:55:35 +00:00
parent 6819538d51
commit c56f26cb87
2 changed files with 18 additions and 2 deletions

View File

@ -86,6 +86,22 @@ footer > div > * {
}
#tab-pics {
display: flex;
flex-wrap: wrap;
}
#tab-pics > * {
margin: 10px;
flex: 1 1 auto;
max-width: 50vw;
max-height: 50vh;
object-fit: scale-down;
}
button {
display: inline-flex;
padding: 5px;