BootstrapAdmin/Bootstrap.Admin/wwwroot/css/site-responsive.css

59 lines
945 B
CSS
Raw Normal View History

2018-06-07 00:45:47 +08:00
@media (min-width: 568px) {
.sidebar-toggle-box span {
display: inline;
2018-06-07 00:45:47 +08:00
}
.cache-item :nth-child(2) {
flex: 0 0 auto;
}
.cache-item :nth-child(3) {
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
2018-06-07 00:45:47 +08:00
}
@media (min-width: 768px) {
html, body {
height: 100%;
overflow: hidden;
}
.sidebar-toggle-box {
flex: 0 1 auto;
}
2018-06-07 00:45:47 +08:00
.header {
border-bottom: none;
}
.header .nav {
display: flex;
flex: 1 1 auto;
}
2018-06-07 00:45:47 +08:00
.header, .site-footer {
position: fixed;
z-index: 10;
}
.main-content {
position: fixed;
overflow: auto;
}
2018-08-04 15:35:52 +08:00
}
2018-06-07 00:45:47 +08:00
@media (min-height: 672px) {
html, body {
height: 100%;
overflow: hidden;
}
.header, .site-footer {
position: fixed;
z-index: 10;
}
}