[enh] build css after less file changes

This commit is contained in:
Adam Tauber 2020-06-03 13:44:40 +02:00
parent ceedab6aed
commit f47e6fc0f8
4 changed files with 4 additions and 4 deletions

View File

@ -172,7 +172,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
.result-videos,
.result-map {
clear: both;
padding: 2px 4px;
padding: 1em 4px;
}
.result-default:hover,
.result-code:hover,

File diff suppressed because one or more lines are too long

View File

@ -145,7 +145,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
.result-videos,
.result-map {
clear: both;
padding: 2px 4px;
padding: 1em 4px;
}
.result-default:hover,
.result-code:hover,

File diff suppressed because one or more lines are too long