feat: enhance update notification layout and add room info display in developer tools
This commit is contained in:
@@ -6,15 +6,17 @@ export const CheckButton = style({
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
padding: config.space.S200,
|
||||
padding: 0,
|
||||
borderRadius: config.radii.R300,
|
||||
cursor: 'pointer',
|
||||
color: color.Secondary.Main,
|
||||
backgroundColor: 'transparent',
|
||||
transition: 'background-color 0.15s',
|
||||
minWidth: toRem(32),
|
||||
minHeight: toRem(32),
|
||||
height: '32px',
|
||||
width: '32px',
|
||||
opacity: 0.7,
|
||||
WebkitAppRegion: 'no-drag',
|
||||
flexShrink: 0,
|
||||
|
||||
':hover': {
|
||||
backgroundColor: color.Surface.ContainerHover,
|
||||
@@ -36,14 +38,16 @@ export const UpdateButton = style({
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
padding: config.space.S200,
|
||||
padding: 0,
|
||||
borderRadius: config.radii.R300,
|
||||
cursor: 'pointer',
|
||||
color: color.Success.Main,
|
||||
backgroundColor: 'transparent',
|
||||
transition: 'background-color 0.15s',
|
||||
minWidth: toRem(32),
|
||||
minHeight: toRem(32),
|
||||
height: '32px',
|
||||
width: '32px',
|
||||
WebkitAppRegion: 'no-drag',
|
||||
flexShrink: 0,
|
||||
|
||||
':hover': {
|
||||
backgroundColor: color.Surface.ContainerHover,
|
||||
|
||||
Reference in New Issue
Block a user