Files
webgui/emhttp/plugins/dynamix/sheets/Diagnostics.css
2024-07-08 11:53:09 -07:00

41 lines
641 B
CSS

ul,
li {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
pre.pre {
margin: 30px 0;
}
pre > p {
margin: 0;
padding: 0;
}
pre#swaltext {
height: 600px !important;
}
@media (max-width: 960px) {
pre#swaltext {
height: 400px !important;
}
}
@media (max-width: 960px) {
.sweet-alert.nchan {
height: 600px;
width: 900px;
margin-left: -470px;
}
}
@media (max-height: 768px) {
pre#swaltext {
height: 400px !important;
}
}
@media (max-height: 768px) {
.sweet-alert.nchan {
height: 600px;
width: 900px;
margin-left: -470px;
}
}