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/css | |
parent | 21c1b8d834c8f9a4c44861f5ac1388e10efe4928 (diff) |
css: fix fluid container for spilt diff view
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 6f4979c2..48c3d405 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -4,14 +4,14 @@ display: inline-block; background-size: contain; } -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, |