mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
23 lines
433 B
CSS
23 lines
433 B
CSS
.webampIframe {
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.main-section {
|
|
padding-bottom: 0px !important;
|
|
}
|
|
|
|
.scrollBoxHeight1 {
|
|
height: calc(100% - 140px) !important;
|
|
}
|
|
|
|
.scrollBoxHeight1{
|
|
height: calc(100% - 100px) !important;
|
|
}
|
|
@media (min-width: 644px) {
|
|
.scrollBoxHeight1 {
|
|
height: calc(100% - 100px) !important; } }
|
|
@media (max-device-width: 643px) {
|
|
.scrollBoxHeight1 {
|
|
height: calc(100% - 100px) !important; } } |