Skip to content

Commit b26a603

Browse files
committed
style: update Editor.scss for improved toolbar appearance
- Commented out the background color for the toolbar to allow for a more flexible design. - Increased the border-top thickness for better visibility. - Adjusted padding-bottom to ensure sufficient space for the toolbar, enhancing overall layout consistency.
1 parent dbbd7d2 commit b26a603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frontend/src/pad/editors/Editor.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
left: 0;
1818
right: 0;
1919
z-index: 10; /* Keep toolbar above other elements */
20-
background-color: #191919; /* Match editor background */
21-
border-top: 1px solid #3c3c3c;
20+
// background-color: #191919; /* Match editor background */
21+
border-top: 2px solid #3c3c3c;
2222
gap: 8px; /* Add spacing between toolbar items */
2323
}
2424

@@ -167,7 +167,7 @@
167167
&__container {
168168
height: 100%;
169169
width: 100%;
170-
padding-bottom: 40px; /* Make room for the toolbar */
170+
padding-bottom: 60px; /* Make room for the toolbar */
171171
box-sizing: border-box;
172172
}
173173
}

0 commit comments

Comments
 (0)