Skip to content

Commit 8f5bdb2

Browse files
committed
feat: make widget a bit more prominent
1 parent dfafbf0 commit 8f5bdb2

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

cmp/compiler/src/widget/lingo-dev-widget.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class LingoDevWidget extends HTMLElement {
101101
border-radius: 8px;
102102
padding: 8px 12px;
103103
background: rgba(0, 0, 0, 0.8);
104-
box-shadow: 0 0 0 1px #171717, inset 0 0 0 1px rgba(0, 0, 0, 0.24), 0px 16px 32px -8px rgba(0, 0, 0, 0.24);
104+
box-shadow: 0 0 0 1px #373737a, inset 0 0 0 1px rgba(0, 0, 0, 0.24), 0px 16px 32px -8px rgba(0, 0, 0, 0.24);
105105
backdrop-filter: blur(48px);
106106
}
107107
@@ -117,23 +117,6 @@ class LingoDevWidget extends HTMLElement {
117117
gap: 8px;
118118
}
119119
120-
.loading {
121-
}
122-
123-
.idle {
124-
display: flex;
125-
align-items: center;
126-
padding: 6px 10px;
127-
background-color: rgba(0, 0, 0, 0.7);
128-
color: white;
129-
border-radius: 6px;
130-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
131-
backdrop-filter: blur(8px);
132-
opacity: 0.7;
133-
transition: opacity 0.2s ease-in-out;
134-
cursor: default;
135-
}
136-
137120
.spinner {
138121
display: inline-block;
139122
font-size: 16px;

0 commit comments

Comments
 (0)