Skip to content

Commit

Permalink
updater visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Aug 31, 2024
1 parent 4cee72b commit fa84c6f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions sostituzioni/view/static/style/updater.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ a {
max-width: 100%;
border-radius: 70px;
background-color: #c00f19;
transition: all 0.3s, box-shadow 0.8s;
transition: all 0.3s, box-shadow .5s ease-out;
user-select: none;
}

#button.active {
width: 500px;
box-shadow: 0 5px 15px #00000080, 0 15px 30px #00000055;
width: min(500px, 100%);
box-shadow: 0 5px 10px #00000080, 0 15px 30px #00000055;
cursor: pointer;
}

Expand Down Expand Up @@ -145,6 +145,14 @@ a {
}
}

@media (max-width: 350px) {
#button-text-container-inner {
width: 100%;
flex-direction: column;
text-align: center;
}
}

#button-text {}

#button-icon {
Expand Down

0 comments on commit fa84c6f

Please sign in to comment.