max size of more info panel dynamic

This commit is contained in:
yazninja 2022-07-03 20:29:50 +08:00
parent 9df96e9301
commit a8b2c2144c
2 changed files with 17 additions and 0 deletions

View file

@ -17777,6 +17777,12 @@ body.no-gpu .lyric-line:hover::after {
overflow-x: hidden;
overflow-y: hidden;
}
.moreinfo-modal .modal-window {
height: max-content !important;
}
.moreinfo-modal .modal-window .modal-content {
height: max-content !important;
}
.equalizer-panel .modal-window {
height: 330px;
max-height: 330px;

View file

@ -2666,6 +2666,17 @@ body.no-gpu {
overflow-y: hidden;
}
.moreinfo-modal {
.modal-window{
height: max-content !important;
.modal-content{
height: max-content !important;
padding-block: 25px;
}
}
}
.equalizer-panel {
.modal-window {
height: 330px;