Revert "Pro 1364 ux and codebase improvements"

This commit is contained in:
Strider
2025-05-28 12:01:16 -04:00
committed by GitHub
parent 50328938a4
commit e605b2bf24
34 changed files with 926 additions and 1402 deletions

View File

@@ -1,26 +1,6 @@
.container {
width: 100%;
padding: 1rem;
max-height: calc(100vh - 4rem);
overflow-y: auto;
scrollbar-gutter: stable;
&::-webkit-scrollbar {
width: 8px;
}
&::-webkit-scrollbar-track {
background: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: var(--bolt-elements-borderColor);
border-radius: 4px;
}
&::-webkit-scrollbar-thumb:hover {
background-color: var(--bolt-elements-textTertiary);
}
}
.grid {