Skip to content

Commit 50fad97

Browse files
committed
rm extra css comment, and rm unneeded line-move
1 parent 24b3956 commit 50fad97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/feedback/src/core/components/Actor.css.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ export function createActorStyles(): HTMLStyleElement {
1919
display: flex;
2020
align-items: center;
2121
gap: 8px;
22-
z-index: 9000;
22+
2323
2424
border-radius: var(--border-radius);
2525
cursor: pointer;
2626
font-size: 14px;
2727
font-weight: 600;
2828
padding: 12px 16px;
2929
text-decoration: none;
30+
z-index: 9000;
3031
3132
color: var(--foreground);
3233
background-color: var(--background);

packages/feedback/src/core/createMainStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function createMainStyles(colorScheme: 'system' | 'dark' | 'light', theme
4444
style.textContent = `
4545
:host {
4646
--bottom: 1rem;
47-
--right: 1rem; /* this is the font-size of the page, not the shadowroot */
47+
--right: 1rem;
4848
--top: auto;
4949
--left: auto;
5050
--z-index: 100000;

0 commit comments

Comments
 (0)