We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb9fbd commit b9693edCopy full SHA for b9693ed
app/src/public/styles/style.css
@@ -500,18 +500,19 @@ BOTTOM PANEL
500
}
501
502
#resize-drag {
503
+
504
cursor: row-resize;
- background-color: silver;
505
- height: 16px;
506
- top: 0;
507
- /* left: 50px; */
508
- width: 100%;
509
- border: 2px solid black;
510
- border-radius: 8px;
+ height: 25px;
+ width: 75px;
+ background-color: rgb(0, 0, 0);
+ outline: 2px solid rgba(192, 192, 192, 0.5);
+ outline-offset: -5px;
511
text-align: center;
512
- line-height: 0px;
+ border-radius: 10px 10px 0 0;
+ align-self: center;
513
+ margin-top: -25px;
514
+ color: silver;
515
user-select: none;
- color: rgb(32, 32, 32);
516
font-size: x-large;
517
518
0 commit comments