Skip to content

Commit ba4a218

Browse files
committed
remove empty lines in CSS file
1 parent ea3d547 commit ba4a218

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/public/styles/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,8 @@ BOTTOM PANEL
588588
#message-container::-webkit-scrollbar-thumb {
589589
transition: 0.3s ease all;
590590
border-color: transparent;
591-
/* background-color: gray; */
592591
background-color: #1e2024;
593-
background-image: linear-gradient(180deg, #1e2024 15%, grey 15%, grey 85%, #1e2024 85%);
594-
592+
background-image: linear-gradient(180deg, #1e2024 15%, grey 15%, grey 85%, #1e2024 85%);
595593
border-radius: 10px;
596594
z-index: 40;
597595
overflow-y: hidden;

0 commit comments

Comments
 (0)