File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 flex-direction : column;
5555 height : 100% ;
5656 position : relative;
57- padding-top : 30 px ; /* Add space at top for status message */
57+ padding-top : 35 px ; /* Add space at top for status message */
5858 padding-bottom : 5px ; /* Reduced bottom padding */
5959}
6060
7171
7272.preview-container {
7373 width : 100% ;
74- height : 120 px ; /* Reduced height to make room for buttons */
74+ height : 110 px ; /* Reduced height to make room for buttons and status */
7575 background : # 222 ;
7676 border : 3px solid # 0f0 ;
7777 display : flex;
@@ -250,7 +250,7 @@ main {
250250 align-items : center;
251251 justify-content : center;
252252 position : absolute;
253- top : 45 px ; /* Move to top instead of bottom */
253+ top : 5 px ; /* Position at top to avoid overlapping with content */
254254 left : 5px ;
255255 right : 5px ;
256256 border : 2px solid;
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function showScreen2() {
5858 appContent . innerHTML = `
5959 <div class="screen-content">
6060 <div class="preview-section">
61- <div class="preview-container" style="height: 120px ;">
61+ <div class="preview-container" style="height: 110px ;">
6262 <div id="thumbnailContainer" class="thumbnail-container">
6363 <div class="placeholder-text">IMG</div>
6464 </div>
You can’t perform that action at this time.
0 commit comments