Browse Source

fix issue/new title css

tags/v1.21.12.1
palytoxin 5 years ago
parent
commit
6eed063843
3 changed files with 2 additions and 4 deletions
  1. +1
    -0
      .bra.toml
  2. +1
    -3
      web_src/less/_form.less
  3. +0
    -1
      web_src/less/index.less

+ 1
- 0
.bra.toml View File

@@ -13,6 +13,7 @@ watch_dirs = [
"$WORKDIR/options",
"$WORKDIR/public",
"$WORKDIR/custom",
"$WORKDIR/web_src",
] # Directories to watch
watch_exts = [".go", ".ini", ".less"] # Extensions to watch
env_files = [] # Load env vars from files


+ 1
- 3
web_src/less/_form.less View File

@@ -30,7 +30,7 @@
}

@media only screen and (min-width: 768px) {
// width: 800px !important;
width: 800px !important;

.header {
padding-left: @create-page-form-input-padding+30px;
@@ -153,9 +153,7 @@
}
}

.dataset,
.repository {
&.new,
&.new.repo,
&.new.migrate,
&.new.fork {


+ 0
- 1
web_src/less/index.less View File

@@ -17,5 +17,4 @@
@import "_admin";
@import "_explore";
@import "_review";
@import "_dataset";
@import "openi";

Loading…
Cancel
Save