Skip to content

Commit b9693ed

Browse files
committed
trying to add tab
1 parent 7cb9fbd commit b9693ed

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

app/src/public/styles/style.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -500,18 +500,19 @@ BOTTOM PANEL
500500
}
501501

502502
#resize-drag {
503+
503504
cursor: row-resize;
504-
background-color: silver;
505-
height: 16px;
506-
top: 0;
507-
/* left: 50px; */
508-
width: 100%;
509-
border: 2px solid black;
510-
border-radius: 8px;
505+
height: 25px;
506+
width: 75px;
507+
background-color: rgb(0, 0, 0);
508+
outline: 2px solid rgba(192, 192, 192, 0.5);
509+
outline-offset: -5px;
511510
text-align: center;
512-
line-height: 0px;
511+
border-radius: 10px 10px 0 0;
512+
align-self: center;
513+
margin-top: -25px;
514+
color: silver;
513515
user-select: none;
514-
color: rgb(32, 32, 32);
515516
font-size: x-large;
516517
}
517518

0 commit comments

Comments
 (0)