Fixed export popup CSS

This commit is contained in:
l_samenv
2024-08-27 16:36:08 +02:00
parent 9a9641a024
commit aaefde93f9

View File

@ -60,7 +60,7 @@
} }
#texport-times-section{ #texport-times-section{
height: 100px; height: 120px;
} }
.time-label{ .time-label{
@ -69,7 +69,7 @@
} }
#export-curves-section{ #export-curves-section{
height: calc(100% - 150px); height: calc(100% - 170px);
} }
#export-button-container{ #export-button-container{