fix(ui): change read-only comment popover border-radius to 8px
parent
fda897eac4
commit
e2bffc29f2
|
|
@ -36,7 +36,7 @@
|
|||
z-index: var(--line-comment-popover-z, 40);
|
||||
min-width: 200px;
|
||||
max-width: min(320px, calc(100vw - 48px));
|
||||
border-radius: 14px;
|
||||
border-radius: 8px;
|
||||
background: var(--surface-raised-stronger-non-alpha);
|
||||
box-shadow: var(--shadow-lg-border-base);
|
||||
padding: 12px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue