Skip to content

Commit 400d6d1

Browse files
committed
fix 34
1 parent 06fe753 commit 400d6d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ main {
5454
flex-direction: column;
5555
height: 100%;
5656
position: relative;
57-
padding-top: 30px; /* Add space at top for status message */
57+
padding-top: 35px; /* Add space at top for status message */
5858
padding-bottom: 5px; /* Reduced bottom padding */
5959
}
6060

@@ -71,7 +71,7 @@ main {
7171

7272
.preview-container {
7373
width: 100%;
74-
height: 120px; /* Reduced height to make room for buttons */
74+
height: 110px; /* 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: 45px; /* Move to top instead of bottom */
253+
top: 5px; /* Position at top to avoid overlapping with content */
254254
left: 5px;
255255
right: 5px;
256256
border: 2px solid;

js/mood-palette.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)