Skip to content

Commit

Permalink
fix: presets styling for web
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Sep 17, 2023
1 parent 4010fe3 commit 44a5ac7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/js/browserMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ import "../css/tabs/led_strip.less";
import "../css/tabs/sensors.less";
import "../css/tabs/cli.less";
import "../tabs/presets/presets.less";
// TODO: for some reason can't resolve these less files
// import "../tabs/presets/TitlePanel/PresetTitlePanel.less";
import "../tabs/presets/TitlePanel/PresetTitlePanel.css";
import "../tabs/presets/DetailedDialog/PresetsDetailedDialog.less";
// TODO: for some reason can't resolve these less files
// import "../tabs/presets/SourcesDialog/SourcesDialog.less";
// import "../tabs/presets/SourcesDialog/SourcePanel.less";
import "../tabs/presets/SourcesDialog/SourcesDialog.css";
import "../tabs/presets/SourcesDialog/SourcePanel.css";
import "../css/tabs/logging.less";
import "../css/tabs/onboard_logging.less";
import "../css/tabs/firmware_flasher.less";
Expand Down

0 comments on commit 44a5ac7

Please sign in to comment.