mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22:49 -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 }) =>
|
border-bottom-width: ${({ pos, borderWidth, windowHeight }) =>
|
||||||
pos.y + pos.height === windowHeight ? 0 : borderWidth}px;
|
pos.y + pos.height === windowHeight ? 0 : borderWidth}px;
|
||||||
box-shadow: ${({ isListening }) =>
|
box-shadow: ${({ isListening }) =>
|
||||||
isListening ? `0 0 10px red inset` : 'none'};
|
isListening ? `0 0 0 4px red inset` : 'none'};
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user