Keep mobile user menu inside viewport
This commit is contained in:
@@ -234,6 +234,7 @@ main {
|
|||||||
.header-actions { width: 100%; justify-content: flex-start; }
|
.header-actions { width: 100%; justify-content: flex-start; }
|
||||||
.header-actions > a { flex: 1 1 auto; text-align: center; }
|
.header-actions > a { flex: 1 1 auto; text-align: center; }
|
||||||
.header-actions .user-menu { margin-left: 0; }
|
.header-actions .user-menu { margin-left: 0; }
|
||||||
|
.header-actions .user-menu-panel { left: 0; right: auto; max-width: calc(100vw - 30px); }
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
|
|||||||
Reference in New Issue
Block a user