Skip to content

Commit

Permalink
added minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahati308 committed Dec 22, 2024
1 parent aa9213e commit ad920a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ services:
container_name: openelisglobal-proxy
# platform: linux/amd64
ports:
- 80:80
- 9000:80
- 443:443
volumes:
- certs-vol:/etc/nginx/certs/
Expand Down Expand Up @@ -148,4 +148,4 @@ volumes:
key_trust-store-volume:
certs-vol:
keys-vol:
lucene_index-vol:
lucene_index-vol:
6 changes: 1 addition & 5 deletions frontend/src/components/layout/search/searchBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
.search-input {
width: 100%;
position: relative;

}

.search-bar-container:hover {
Expand Down Expand Up @@ -52,11 +51,8 @@
cursor: pointer;
}


/* Large screens (1208px and up) */
@media (min-width: 1208px) {


.search-bar-container {
width: 45%;
margin-top: 0%;
Expand All @@ -77,7 +73,7 @@
right: 130px;
box-shadow: 0em 0.1em 0.5em #ccc;
}

.patientHead {
overflow-y: auto;
width: 600px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/layout/search/searchBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ const SearchBar = (props) => {
);
};

export default SearchBar;
export default SearchBar;
2 changes: 1 addition & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ code {
.slide-over-panel {
width: 25%;
/* Use percentage for width on larger screens */
/* max-width: 25%;*/
/* max-width: 25%;*/
max-width: 50%;
/* Use percentage for max-width on larger screens */
}
Expand Down

0 comments on commit ad920a8

Please sign in to comment.