mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-07 19:19:59 +02:00
restructure files onto electron-vite boilerplate
This commit is contained in:
@@ -2,7 +2,7 @@ import styled from 'styled-components';
|
||||
|
||||
export const ResizeHandle = styled.div<{
|
||||
$isResizing: boolean;
|
||||
$placement: 'top' | 'left' | 'bottom' | 'right';
|
||||
$placement: 'bottom' | 'left' | 'right' | 'top';
|
||||
}>`
|
||||
position: absolute;
|
||||
top: ${(props) => props.$placement === 'top' && 0};
|
||||
|
||||
Reference in New Issue
Block a user