Skip to content

Commit fd5284a

Browse files
DesvelaoTostti
authored andcommitted
Reduced the loading logo size (#373)
1 parent 3babb36 commit fd5284a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ All notable changes to the Wazuh app project will be documented in this file.
1010

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

13+
### Changed
14+
15+
- Reduced the size of the loading logo [#373](https://github.com/wazuh/wazuh-dashboard/pull/373)
16+
1317
### Removed
1418

1519
- Removed the setting home:useNewHomePage from the advanced settings because the views are not finished. [#282](https://github.com/wazuh/wazuh-dashboard/pull/282)

src/core/server/rendering/views/styles.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const Styles: FunctionComponent<Props> = ({ theme, darkMode }) => {
169169
}
170170
171171
.loadingLogoContainer {
172-
height: 150px; /* Wazuh */
172+
height: 100px; /* Wazuh */
173173
padding: 10px 10px 10px 10px;
174174
}
175175

0 commit comments

Comments
 (0)