PayloadsAllTheThings/custom.css

28 lines
476 B
CSS
Raw Normal View History

2023-03-10 21:14:22 +00:00
.md-header{
background-color: #1f7884;
2023-03-10 21:14:22 +00:00
}
2023-03-10 22:20:39 +00:00
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
2023-12-04 09:46:10 +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)
}
2023-03-10 21:14:22 +00:00
}