diff --git a/index.css b/index.css index 626d2f4..d2810c6 100644 --- a/index.css +++ b/index.css @@ -39,7 +39,7 @@ body { .title { border-bottom: 1px solid black; - + margin-bottom: 5px; font-weight: bold; } @@ -93,18 +93,18 @@ body { font-size: large; } -.inputs{ +.inputs { justify-content: flex-start; } -.scale_size{ +.scale_size { display: flex; font-size: medium; margin: 0 3px; width: 4vw; } -.scale_size_but{ +.scale_size_but { width: 7vw; height: 5vh; background-color: white; @@ -130,19 +130,12 @@ body { font-size: xx-large; } -#canvasList { - display: none; - /* flex-direction: column; */ -} - -#fileInput { +#canvasList,#fileInput { display: none; } -#pic_scale_size { - display: none; -} - -#pic_scale_sc { +#pic_scale_size, +#pic_scale_sc, +#pic_scale_fun { display: none; } \ No newline at end of file diff --git a/index.html b/index.html index e80050f..8c82cdd 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,10 @@