chore: create Multica handoff checkpoint
This commit is contained in:
@@ -479,13 +479,13 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media (min-width: 721px) and (max-width: 1279px) {
|
||||
@media (min-width: 768px) and (max-width: 1279px) {
|
||||
.account-button {
|
||||
width: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
.header-command-group .account-button {
|
||||
width: 100%;
|
||||
|
||||
@@ -1020,7 +1020,7 @@ button.account-role-badge:focus-visible {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
.account-menu-shell {
|
||||
width: 100%;
|
||||
|
||||
@@ -1128,7 +1128,7 @@ button.account-role-badge:focus-visible {
|
||||
box-shadow: rgba(22, 34, 46, 0.15) 0px 14px 35px;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 767px) {
|
||||
.account-settings-dialog,
|
||||
.settings-dialog {
|
||||
width: calc(-16px + 100vw);
|
||||
@@ -1648,7 +1648,7 @@ button.account-role-badge:focus-visible {
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
@media (min-width: 721px) {
|
||||
@media (min-width: 768px) {
|
||||
.account-menu-shell {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user