Files
khoj/src/interface/web/app/automations/automationsLayout.module.css
sabaimran 1c6ed9bc6d Migrate the existing automations page to use React (#849)
Migrates the Automations page to React, mostly keeping the overall design consistent with organization. Use component library, with some changes in color. Add easier management with straightforward form and editing experience.
Use system preference for determining dark mode if not explicitly set.
2024-07-15 21:42:33 +05:30

12 lines
185 B
CSS

.automationsLayout {
max-width: 70vw;
margin: auto;
margin-bottom: 2rem;
}
@media screen and (max-width: 700px) {
.automationsLayout {
max-width: 90vw;
}
}