Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Aug 8, 2024
1 parent 2fb2c80 commit 219049f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,12 @@ var pe=(r,e,t)=>{if(!e.has(r))throw TypeError("Cannot "+t)};var X=(r,e,t)=>(pe(r
}
.desktop .button-container {
min-width:120px;
display:inherit;
}
.desktop .button-container:last-child {
min-width: 120px;
}
.desktop .icon-button:hover {
width:100%;
}
Expand All @@ -167,7 +170,7 @@ var pe=(r,e,t)=>{if(!e.has(r))throw TypeError("Cannot "+t)};var X=(r,e,t)=>(pe(r
white-space: nowrap;
padding-left: 10px;
opacity: 0;
transform: translateX(-100%);
transform: translateX(-50%);
transition: transform 0.5s ease, opacity 0.8s ease-in, opacity 0.3s ease-out;
}
Expand Down

0 comments on commit 219049f

Please sign in to comment.