InternalAllTheThings/docs/custom.css

33 lines
555 B
CSS
Raw Normal View History

2023-11-17 20:29:33 +00:00
.md-header{
background-color: #841F36;
}
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
2023-12-03 22:14:33 +00:00
}
/* Fix padding Chrome browsers */
@supports selector(::-webkit-scrollbar) {
.md-sidebar__scrollwrap {
scrollbar-gutter: auto
}
[dir=ltr] .md-sidebar__inner {
padding-right: 0;
}
[dir=rtl] .md-sidebar__inner {
padding-left: calc(100% - 11.5rem)
}
2024-02-19 14:24:09 +00:00
}
/* Fix inconsistent titles */
.md-ellipsis {
text-transform: capitalize
2023-11-17 20:29:33 +00:00
}