changed max width (@media)
This commit is contained in:
@ -15,10 +15,16 @@ body:not(.full-width) {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.ui.container:not(.fluid) {
|
||||
width: 70% !important;
|
||||
@media (max-width: 1199px) {
|
||||
.ui.container:not(.fluid) {
|
||||
width: 85% !important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.ui.container:not(.fluid) {
|
||||
width: 75% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.tabular .item {
|
||||
/* Repo tabs menu */
|
||||
color: #197474 !important;
|
||||
@ -170,7 +176,7 @@ footer {
|
||||
|
||||
.repository.file.list #file-content .code-view * {
|
||||
font-size: 14px;
|
||||
line-height: 19px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
.repository.file.list #file-content .code-view .lines-num span {
|
||||
@ -183,6 +189,8 @@ footer {
|
||||
|
||||
.repository.file.list #file-content .code-view .lines-num {
|
||||
background-color: #1c1c1c !important;
|
||||
line-height: 20px !important;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.repository.file.list #file-content .code-view .lines-num pre li,
|
||||
@ -191,7 +199,7 @@ footer {
|
||||
.repository.file.list #file-content .code-view .lines-code ol li,
|
||||
.repository.file.list #file-content .code-view .lines-num .hljs li,
|
||||
.repository.file.list #file-content .code-view .lines-code .hljs li {
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.repository.file.list #file-content .code-view .lines-num pre li.active,
|
||||
|
Reference in New Issue
Block a user