Skip to content

Commit

Permalink
Moved 288px height to normal_header.scss instead of normal.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshi committed Feb 5, 2025
1 parent cab1bcd commit f5f5678
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion assets/css/v2/bus_eink/screen/normal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
top: 0;
left: 0;
width: 1200px;
height: 288px;
}

.screen-normal__body {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/v2/eink/normal_header.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.normal-header {
position: relative;
width: 100%;
height: 100%;
height: 288px;
background: #000;
}

Expand Down
1 change: 0 additions & 1 deletion assets/css/v2/gl_eink/screen/normal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
top: 0;
left: 0;
width: 1200px;
height: 288px;
}

.screen-normal__body {
Expand Down

0 comments on commit f5f5678

Please sign in to comment.