Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad3r committed Jul 9, 2023
2 parents 7dd8e39 + 10ec7d6 commit 20c8887
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const common = {
() => gulp.src([
'node_modules/katex/dist/katex.min.js',
'node_modules/html2canvas/dist/html2canvas.min.js',
'node_modules/swiped-events/dist/swiped-events.min.js',
'node_modules/interactjs/dist/interact.min.js',
'node_modules/photoswipe/dist/umd/*.js'
]).pipe(gulp.dest(path.join(outputPath, 'js'))),
Expand Down
4 changes: 2 additions & 2 deletions src/main/frontend/components/datetime.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
(contains? #{"deadline" "scheduled"}
(string/lower-case current-command)))
date (state/sub :date-picker/date)]
[:div#date-time-picker.flex.flex-row {:on-click (fn [e] (util/stop e))
:on-mouse-down (fn [e] (.stopPropagation e))}
[:div#date-time-picker.flex.flex-col.sm:flex-row {:on-click (fn [e] (util/stop e))
:on-mouse-down (fn [e] (.stopPropagation e))}
(ui/datepicker
date
{:deadline-or-schedule? deadline-or-schedule?
Expand Down
4 changes: 2 additions & 2 deletions src/main/frontend/components/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ pre {
}

#time-repeater {
width: 135px;
min-width: 300px;

@screen sm {
min-width: 300px;
width: 135px;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/main/frontend/extensions/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}

.CodeMirror {
height: auto;
width: 100%;
font-family: Fira Code, Monaco, Menlo, Consolas, 'COURIER NEW', monospace;
border-radius: 2px;
Expand Down
3 changes: 0 additions & 3 deletions src/main/frontend/handler/mobile/swipe.cljs

This file was deleted.

0 comments on commit 20c8887

Please sign in to comment.