Skip to content

Commit

Permalink
Merge pull request #195 from epam/EPMUII-8821-adjust-controls-and-set…
Browse files Browse the repository at this point in the history
…tings-icons-for-mobile-devices

EPMUII-8821: adjusted control and settings icons for mobile devices
  • Loading branch information
DanilRostov authored Jan 17, 2024
2 parents b24f1c3 + 322054d commit 243e8d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions public/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/ui/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ button:hover,
}

.button > svg {
width: 42px;
height: 42px;
width: 24px;
height: 24px;
}

@media screen and (min-width: 768px) {
Expand Down Expand Up @@ -235,4 +235,4 @@ button:hover,

.button_select_file svg {
margin-right: 10px;
}
}
2 changes: 2 additions & 0 deletions src/ui/MobileSettings/MobileSettings.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@

.settings__menu_block {
display: flex;
flex-direction: column;
gap: 4vh;
justify-content: space-around;
position: absolute;
top: 0;
Expand Down

0 comments on commit 243e8d1

Please sign in to comment.