mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05:00
Make listening view easier to see in control page
This commit is contained in:
@@ -1163,7 +1163,7 @@ const StyledGridPreviewBox = styled.div.attrs((props) => ({
|
||||
border-bottom-width: ${({ pos, borderWidth, windowHeight }) =>
|
||||
pos.y + pos.height === windowHeight ? 0 : borderWidth}px;
|
||||
box-shadow: ${({ isListening }) =>
|
||||
isListening ? `0 0 10px red inset` : 'none'};
|
||||
isListening ? `0 0 0 4px red inset` : 'none'};
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user