Skip to content

Commit 31c0a32

Browse files
committed
emoved unused styles , increase the search box width
1 parent 790e93b commit 31c0a32

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

src/Frontend/src/components/messages/HeadersView.vue

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const filteredHeaders = computed(() => {
5151
}
5252
.searchheader {
5353
display: flex;
54-
/* justify-content: flex-end;*/
5554
align-items: center;
5655
margin-bottom: 10px;
5756
}
@@ -60,23 +59,10 @@ const filteredHeaders = computed(() => {
6059
.search-input {
6160
padding: 5px;
6261
margin-right: 10px;
62+
width: 100%;
63+
max-width: 40rem;
6364
}
6465
65-
/* Style for the clear button */
66-
.clear-btn {
67-
background: none;
68-
border: none;
69-
color: #888;
70-
font-size: 16px;
71-
cursor: pointer;
72-
padding: 0;
73-
margin: 0;
74-
font-weight: bold;
75-
}
76-
77-
.clear-btn:hover {
78-
color: #000;
79-
}
8066
/* Style for the empty filtered list message */
8167
.alert-warning {
8268
margin-top: 10px;

0 commit comments

Comments
 (0)