mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 14:47:17 +02:00
Various UI improvements
This commit is contained in:
parent
bcbf5de9c4
commit
8d0a9d0926
7 changed files with 253 additions and 123 deletions
|
@ -36,13 +36,30 @@ crm-contact-category-settings .panel {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
crm-contact-category-settings .panel-body {
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
padding: 0.5em 0;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1em;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns:1fr;
|
||||
grid-template-rows: auto auto auto;
|
||||
}
|
||||
.crm-container crm-contact-category-settings .panel-body {
|
||||
padding: var(--crm-padding-small) var(--crm-padding-reg);
|
||||
}
|
||||
@media screen and (min-width: 800px) {
|
||||
crm-contact-category-settings .panel-body {
|
||||
grid-template-columns: minmax(16ch,max-content) 1fr auto;
|
||||
grid-template-rows: 1fr;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
crm-contact-category-settings .contactcats-label {
|
||||
}
|
||||
crm-contact-category-settings .contactcats-description {
|
||||
}
|
||||
crm-contact-category-settings .contactcats-actions {
|
||||
}
|
||||
|
||||
crm-contact-category-settings li label {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue