File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 258258 font-size : inherit;
259259 outline : none;
260260 caret-color : transparent;
261- padding : 0.25rem 0.5rem ;
261+ padding : 0.25rem 0.5rem 0.25 rem 0 ;
262262}
263263
264264.command-line input ::placeholder {
593593 height : 8px ;
594594 }
595595}
596+
596597/* Mixer Controls */
597598.mixer-controls {
598599 display : flex;
644645
645646.mixer-track input [type = "range" ]::-webkit-slider-thumb : hover {
646647 transform : scale (1.2 );
647- }
648+ }
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ const GitSequencer = () => {
713713 { showCursor && (
714714 < span
715715 className = "terminal-cursor"
716- style = { { left : `calc(0.5rem + ${ getCursorOffset ( ) } px) ` } }
716+ style = { { left : `${ getCursorOffset ( ) } px` } }
717717 />
718718 ) }
719719 < input
You can’t perform that action at this time.
0 commit comments