Move item popup refactoring

This commit is contained in:
Čarodej
2021-11-02 08:13:09 +01:00
parent ffbf809b1e
commit 54167ae366
7 changed files with 225 additions and 176 deletions
@@ -17,13 +17,6 @@
@import '/resources/sass/vuefilemanager/_variables';
@import '/resources/sass/vuefilemanager/_mixins';
.popup-content {
&.height-limited {
height: 400px;
overflow-y: auto;
}
}
@media only screen and (max-width: 690px) {
.popup-content {
top: 57px;