Skip to content

Commit f269a7c

Browse files
committed
fix: input placement on extension tab sidebar
1 parent af93f91 commit f269a7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sidebarApps/extensions/style.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
display: flex;
77
flex-direction: column;
88
border-bottom: 1px solid var(--border-color);
9+
box-sizing: border-box;
910

1011
.title {
1112
font-weight: 600;
@@ -43,14 +44,15 @@
4344
}
4445

4546
input[type="search"] {
46-
width: 100%;
47-
padding: 0.5rem;
47+
width: 100% !important;
48+
padding: 0.5rem !important;
4849
border: 1px solid var(--border-color);
4950
border-radius: 6px;
5051
background: var(--secondary-color);
5152
color: var(--primary-text-color);
5253
font-size: 0.875rem;
5354
transition: all 0.2s ease;
55+
margin: 0 !important;
5456

5557
&:focus {
5658
outline: none;

0 commit comments

Comments
 (0)