mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 14:40:36 -06:00
41 lines
633 B
CSS
41 lines
633 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: 95vw;
|
|
max-width: 900px;
|
|
}
|
|
}
|
|
@media (max-height: 768px) {
|
|
pre#swaltext {
|
|
height: 400px !important;
|
|
}
|
|
}
|
|
@media (max-height: 768px) {
|
|
.sweet-alert.nchan {
|
|
height: 600px;
|
|
width: 95vw;
|
|
max-width: 900px;
|
|
}
|
|
}
|