Prettier everything, remove vendored bootstrap

These are installed now via pnpm
This commit is contained in:
Eli Ribble 2026-03-21 19:41:51 +00:00
parent 004a49c4e4
commit 5779242f22
No known key found for this signature in database
122 changed files with 297 additions and 13665 deletions

View file

@ -1,14 +1,14 @@
.logo-container {
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
}
.logo {
max-width: 100%;
height: auto;
transition: all 0.3s ease;
max-width: 100%;
height: auto;
transition: all 0.3s ease;
}
#sidebar {
@ -27,11 +27,11 @@
}
/* Logo style when sidebar is collapsed */
#sidebar.collapsed .logo-container {
width: 100%;
width: 100%;
}
#sidebar.collapsed .logo-img {
max-width: 40px; /* smaller size for collapsed state */
max-width: 40px; /* smaller size for collapsed state */
}
#content {
transition: all 0.3s;
@ -51,8 +51,8 @@
margin-bottom: 20px;
overflow: hidden;
white-space: nowrap;
display: flex;
justify-content: center; /* Center for the logo */
display: flex;
justify-content: center; /* Center for the logo */
}
.sidebar-menu {
@ -127,7 +127,7 @@
}
#sidebar.collapsed > #sidebarToggle {
left: calc(70px - 15px);
left: calc(70px - 15px);
}
#sidebar > #sidebarToggle i {