Skip to content

Commit f8910af

Browse files
committed
Position SpringBoard UI on right side like original Chili layout
Changed body#springboard to match TabbedWindow layout: - Position: absolute, right: 0dp (anchored to right side) - Width: 500dp (matches SB.conf.RIGHT_PANEL_WIDTH) - This leaves the left side of the screen open for the game view, matching the original Chili UI layout
1 parent 2f13f4e commit f8910af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scen_edit/view/rcss/springboard.rcss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ body#springboard {
22
font-family: Poppins;
33
font-size: 14dp;
44
color: #cccccc;
5-
width: 100%;
5+
position: absolute;
6+
right: 0dp;
7+
top: 0dp;
8+
width: 500dp;
69
height: 100%;
710
background-color: #1a1a1a;
811
}

0 commit comments

Comments
 (0)