Task 3: File Selector

This commit is contained in:
RobinB27
2025-11-16 18:22:03 +01:00
parent f65cf176f9
commit 5fa2b1f618
12 changed files with 183 additions and 19 deletions

View File

@@ -36,6 +36,19 @@ article {
width: 400px;
}
article.wide {
width: 800px
}
.action-icons {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-size: 18px;
cursor: pointer;
}
body>main {
max-height: calc(100vh - 100px);
overflow-y: auto;