mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 01:54:03 +00:00
fix(miniapp): consolidate member editor actions
This commit is contained in:
@@ -856,6 +856,21 @@ button {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.member-editor-actions {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.member-editor-actions__close,
|
||||
.member-editor-actions__button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.member-editor-actions__grid {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.modal-action-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -964,6 +979,10 @@ button {
|
||||
.editor-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.member-editor-actions__grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 759px) {
|
||||
|
||||
Reference in New Issue
Block a user