diff options
author | Unknwon <u@gogs.io> | 2017-06-03 04:34:01 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-03 04:34:01 -0400 |
commit | af4cf463f567bbbbfbcf347e8fbd2b1b35e15cd8 (patch) | |
tree | 3babffffdbf2a6f07f92e5ddfff07cc7d1fc1bc1 /public/less | |
parent | 21c1b8d834c8f9a4c44861f5ac1388e10efe4928 (diff) |
css: fix fluid container for spilt diff view
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 92a0081f..2c5ee407 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -1,13 +1,13 @@ @footer-margin: 40px; -body { +body:not(.full-width) { font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; overflow-x: auto; min-width: 1020px; } -.ui.container { +.ui.container:not(.fluid) { width: 980px !important; } h1, h2, h3, h4, h5, |