feat: increase the max width

pull/287/head
Seaton Jiang 2020-07-29 11:05:28 +08:00
parent be36f9671f
commit b342d4ccae
No known key found for this signature in database
GPG Key ID: FC3D886E252D902B
2 changed files with 13 additions and 15 deletions

View File

@ -293,12 +293,6 @@ button:focus {
transform: rotate(180deg); transform: rotate(180deg);
} }
@media screen and (max-width: 1200px) {
.nav-tabs .nav-link {
padding: 8px 22px;
}
}
@media only screen and (min-width: 992px) { @media only screen and (min-width: 992px) {
.k-nav { .k-nav {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
@ -1816,9 +1810,9 @@ button:focus {
.k-main .sidebar .w-tags .item a { .k-main .sidebar .w-tags .item a {
display: inline-block; display: inline-block;
margin: 0 2px 4px 0; margin: 0 1px 10px 0;
padding: 2px 0; padding: 2px 0;
width: 140px; width: 165px;
border: 1px solid #eeeeee; border: 1px solid #eeeeee;
color: #333; color: #333;
list-style: none; list-style: none;
@ -1828,9 +1822,9 @@ button:focus {
.k-main .sidebar .widget_links ul li { .k-main .sidebar .widget_links ul li {
display: inline-block; display: inline-block;
margin: 0 2px 4px 0; margin: 0 1px 10px 0;
padding: 2px 0; padding: 2px 0;
width: 140px; width: 165px;
color: #333; color: #333;
list-style: none; list-style: none;
font-size: 15px; font-size: 15px;
@ -1863,7 +1857,7 @@ button:focus {
} }
.nav-tabs .nav-link { .nav-tabs .nav-link {
padding: 8px 20px; padding: 8px 28px;
border: 0; border: 0;
border-bottom: 2px solid #f2f2f2; border-bottom: 2px solid #f2f2f2;
} }
@ -1944,9 +1938,9 @@ button:focus {
.k-main .sidebar .widget_archive ul li { .k-main .sidebar .widget_archive ul li {
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
margin: 0 2px 4px 0; margin: 0 1px 4px 0;
padding: 4px 0; padding: 4px 0;
width: 140px; width: 165px;
border: 1px solid #eeeeee; border: 1px solid #eeeeee;
list-style: none; list-style: none;
text-align: center; text-align: center;
@ -1964,7 +1958,11 @@ button:focus {
color: #333; color: #333;
} }
@media screen and (max-width: 1200px) { @media screen and (max-width: 1310px) {
.nav-tabs .nav-link {
padding: 8px 22px;
}
.k-main .sidebar .w-tags .item a, .k-main .sidebar .w-tags .item a,
.k-main .sidebar .widget_links ul li { .k-main .sidebar .widget_links ul li {
width: 110px; width: 110px;

File diff suppressed because one or more lines are too long