add permanent-btn-iframe-close class

pull/3527/head
REJack 2021-03-20 23:08:32 +01:00
parent d7678dbbfe
commit 9cd655d705
1 changed files with 8 additions and 0 deletions

View File

@ -120,3 +120,11 @@ body.iframe-mode-fullscreen {
}
}
}
.permanent-btn-iframe-close {
.btn-iframe-close {
animation: none !important;
visibility: visible !important;
opacity: 1;
}
}