Skip to content

Commit

Permalink
Merge branch 'pr/1598' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Apr 13, 2024
2 parents 7096ab2 + 612de9b commit 1626d20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Fixed
- Images go under each other while editing in Fototoon #1552
- Missalignment of icons and text in Fototoon activity "clean all" button #1596

## [1.8.0] - 2024-04-10
### Added
Expand Down
8 changes: 8 additions & 0 deletions activities/Fototoon.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ background-size: 100% 1.2em;
@media screen and (min-width: 775px)
{
.warningbox-cancel-button {
display: flex;
align-items: center;
position: absolute;
right: 240px;
width: 210px;
Expand All @@ -416,6 +418,8 @@ background-size: 100% 1.2em;
font-size:15px;
}
.warningbox-refresh-button {
display: flex;
align-items: center;
position: absolute;
right: 10px;
width: 210px;
Expand All @@ -430,6 +434,8 @@ background-size: 100% 1.2em;
@media screen and (max-width: 774px)
{
.warningbox-cancel-button {
display: flex;
align-items: center;
position: absolute;
right: 170px;
width: 160px;
Expand All @@ -439,6 +445,8 @@ background-size: 100% 1.2em;
font-size:15px;
}
.warningbox-refresh-button {
display: flex;
align-items: center;
position: absolute;
right: 10px;
width: 140px;
Expand Down

0 comments on commit 1626d20

Please sign in to comment.