We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e0ec6 commit 0a34284Copy full SHA for 0a34284
src/qg-top-nav.ts
@@ -323,9 +323,12 @@ export class QGTopNav extends LitElement {
323
}
324
325
.desktop .button-container {
326
- min-width:120px;
327
display:inherit;
328
+
329
+ .desktop .button-container:last-child {
330
+ min-width: 120px;
331
+ }
332
.desktop .icon-button:hover {
333
width:100%;
334
@@ -341,7 +344,7 @@ export class QGTopNav extends LitElement {
341
344
white-space: nowrap;
342
345
padding-left: 10px;
343
346
opacity: 0;
- transform: translateX(-100%);
347
+ transform: translateX(-50%);
348
transition: transform 0.5s ease, opacity 0.8s ease-in, opacity 0.3s ease-out;
349
350
0 commit comments