Initial commit

This commit is contained in:
2025-03-05 21:38:10 +01:00
commit 503909d762
198 changed files with 19203 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
#bot-navigation {
width: 100%;
}
#outlet {
width: 100%;
flex: 1 1 auto;
overflow-y: auto;
}
#scrollable {
overflow: auto;
height: 100%;
position: relative;
}
:host {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
}
a {
text-decoration-line: none;
}