Skip to content

Commit

Permalink
Reduced the loading logo size (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Desvelao authored and Tostti committed Nov 5, 2024
1 parent 3babb36 commit fd5284a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to the Wazuh app project will be documented in this file.

## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 03

### Changed

- Reduced the size of the loading logo [#373](https://github.com/wazuh/wazuh-dashboard/pull/373)

### Removed

- Removed the setting home:useNewHomePage from the advanced settings because the views are not finished. [#282](https://github.com/wazuh/wazuh-dashboard/pull/282)
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/rendering/views/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const Styles: FunctionComponent<Props> = ({ theme, darkMode }) => {
}
.loadingLogoContainer {
height: 150px; /* Wazuh */
height: 100px; /* Wazuh */
padding: 10px 10px 10px 10px;
}
Expand Down

0 comments on commit fd5284a

Please sign in to comment.