changed max width (@media)

This commit is contained in:
KosM
2019-10-08 23:29:54 +03:00
parent f818b5a0f7
commit 60c13b0501
4 changed files with 30 additions and 10 deletions

View File

@ -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,