We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af93f91 commit f269a7cCopy full SHA for f269a7c
src/sidebarApps/extensions/style.scss
@@ -6,6 +6,7 @@
6
display: flex;
7
flex-direction: column;
8
border-bottom: 1px solid var(--border-color);
9
+ box-sizing: border-box;
10
11
.title {
12
font-weight: 600;
@@ -43,14 +44,15 @@
43
44
}
45
46
input[type="search"] {
- width: 100%;
47
- padding: 0.5rem;
+ width: 100% !important;
48
+ padding: 0.5rem !important;
49
border: 1px solid var(--border-color);
50
border-radius: 6px;
51
background: var(--secondary-color);
52
color: var(--primary-text-color);
53
font-size: 0.875rem;
54
transition: all 0.2s ease;
55
+ margin: 0 !important;
56
57
&:focus {
58
outline: none;
0 commit comments