File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
src/Frontend/src/components/messages Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments