This commit is contained in:
2025-11-12 23:08:08 +01:00
parent ae19d94fb2
commit b66a2764fe
2 changed files with 26 additions and 2 deletions
@@ -121,6 +121,25 @@ h1.align-center {
justify-content: center;
}
.no-directory-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 20px;
gap: 20px;
}
.no-directory-message {
color: #8892b0;
font-size: 18px;
text-align: center;
}
.no-directory-button {
margin-top: 10px;
}
.search-input {
width: 100%;
max-width: 400px;