Skip to content

Commit

Permalink
Fixed styles, added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
miksrv committed Feb 9, 2025
1 parent b6bfe16 commit 72b563a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.7

### Patch Changes

- Fixed bug in UI menu scroll
- Added new fields for API EventsPhotosModel
- Added new locales for UI
- Improved UI SEO stargazing photos alt and title
- Fixed API Controller for upload Events photos

## 4.0.6

### Patch Changes
Expand Down
4 changes: 1 addition & 3 deletions client/components/app-header/styles.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@
fill: var(--text-color-primary)

.appMenu
height: var(--header-height)
display: flex
padding: 0
overflow-x: scroll
margin: 0 0 -20px
overflow: hidden

@media only screen and (max-width: variables.$mobileMaxWidth)
display: none
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astronomy-portal",
"version": "4.0.6",
"version": "4.0.7",
"private": true,
"engines": {
"node": ">=20.11.0"
Expand Down

0 comments on commit 72b563a

Please sign in to comment.