mirror of
https://github.com/gogs/gogs.git
synced 2026-01-15 11:52:21 +01:00
css: fix fluid container for spilt diff view
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user