aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-06-03 04:34:01 -0400
committerUnknwon <u@gogs.io>2017-06-03 04:34:01 -0400
commitaf4cf463f567bbbbfbcf347e8fbd2b1b35e15cd8 (patch)
tree3babffffdbf2a6f07f92e5ddfff07cc7d1fc1bc1 /public/less
parent21c1b8d834c8f9a4c44861f5ac1388e10efe4928 (diff)
css: fix fluid container for spilt diff view
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less4
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,