Skip to content

Commit

Permalink
Fix buttons design
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Aug 8, 2024
1 parent 66e0ec6 commit 0a34284
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/qg-top-nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,12 @@ export class QGTopNav extends LitElement {
}
.desktop .button-container {
min-width:120px;
display:inherit;
}
.desktop .button-container:last-child {
min-width: 120px;
}
.desktop .icon-button:hover {
width:100%;
}
Expand All @@ -341,7 +344,7 @@ export class QGTopNav extends LitElement {
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 0a34284

Please sign in to comment.