| @@ -13,6 +13,7 @@ watch_dirs = [ | |||||
| "$WORKDIR/options", | "$WORKDIR/options", | ||||
| "$WORKDIR/public", | "$WORKDIR/public", | ||||
| "$WORKDIR/custom", | "$WORKDIR/custom", | ||||
| "$WORKDIR/web_src", | |||||
| ] # Directories to watch | ] # Directories to watch | ||||
| watch_exts = [".go", ".ini", ".less"] # Extensions to watch | watch_exts = [".go", ".ini", ".less"] # Extensions to watch | ||||
| env_files = [] # Load env vars from files | env_files = [] # Load env vars from files | ||||
| @@ -30,7 +30,7 @@ | |||||
| } | } | ||||
| @media only screen and (min-width: 768px) { | @media only screen and (min-width: 768px) { | ||||
| // width: 800px !important; | |||||
| width: 800px !important; | |||||
| .header { | .header { | ||||
| padding-left: @create-page-form-input-padding+30px; | padding-left: @create-page-form-input-padding+30px; | ||||
| @@ -153,9 +153,7 @@ | |||||
| } | } | ||||
| } | } | ||||
| .dataset, | |||||
| .repository { | .repository { | ||||
| &.new, | |||||
| &.new.repo, | &.new.repo, | ||||
| &.new.migrate, | &.new.migrate, | ||||
| &.new.fork { | &.new.fork { | ||||
| @@ -17,5 +17,4 @@ | |||||
| @import "_admin"; | @import "_admin"; | ||||
| @import "_explore"; | @import "_explore"; | ||||
| @import "_review"; | @import "_review"; | ||||
| @import "_dataset"; | |||||
| @import "openi"; | @import "openi"; | ||||