Better exporting, and small issues with sizing in panel

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-11 16:16:34 +01:00
parent 527904d49b
commit 23ad15e662
5 changed files with 19 additions and 6 deletions

View File

@@ -567,6 +567,10 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
margin-left: 0px !important;
}
.not-exported-container, .not-imported-container {
height: auto !important;
}
.youtube_clicked{
display: none;
}