Skip to content

Commit

Permalink
Moved 288px height to normal_header.scss instead of normal.scss (#2427)
Browse files Browse the repository at this point in the history
* Moved 288px height to normal_header.scss instead of normal.scss

* Height/Width cleanup for header/body eink .scss files
- Moved header height and width to the eink/normal.scss
- Removed header/body height/width from gl and bus normal.scss
  • Loading branch information
deanshi authored Feb 6, 2025
1 parent cab1bcd commit c36a25f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions assets/css/v2/bus_eink/screen/normal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
position: absolute;
top: 0;
left: 0;
width: 1200px;
height: 288px;
}

.screen-normal__body {
position: absolute;
top: 288px;
left: 0;
width: 1200px;
height: 2912px;
}
4 changes: 2 additions & 2 deletions 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%;
width: 1200px;
height: 288px;
background: #000;
}

Expand Down
4 changes: 0 additions & 4 deletions assets/css/v2/gl_eink/screen/normal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@
position: absolute;
top: 0;
left: 0;
width: 1200px;
height: 288px;
}

.screen-normal__body {
position: absolute;
top: 288px;
left: 0;
width: 1200px;
height: 2912px;
}

0 comments on commit c36a25f

Please sign in to comment.