chore: Rework button toolbar

This commit is contained in:
Rene Hampölz 2023-05-22 17:13:11 +00:00
parent 40bcf6b94b
commit 243baf5b5e

View file

@ -447,9 +447,10 @@ html.rl-left-panel-disabled #rl-app #rl-left {
min-width: fit-content; min-width: fit-content;
width: -moz-fit-content; width: -moz-fit-content;
width: -webkit-fill-available; width: -webkit-fill-available;
margin: 3px !important;
font-size: var(--default-font-size); font-size: var(--default-font-size);
border-radius: var(--border-radius-pill); border-radius: var(--border-radius-pill) !important;
} }
#rl-app .b-footer .btn, #rl-app .b-footer .btn,
@ -462,7 +463,6 @@ html.rl-left-panel-disabled #rl-app #rl-left {
background: transparent; background: transparent;
text-align: left; text-align: left;
font-size: 22px; font-size: 22px;
margin: 3px;
user-select: none; user-select: none;
} }
@ -532,12 +532,27 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
text-align: center; text-align: center;
} }
#rl-app #V-MailMessageList .btn-toolbar .btn-group .btn, #rl-app .btn-toolbar .btn-group .btn {
#rl-app .squire-toolbar.btn-toolbar .btn { border-radius: 0;
border-radius: var(--border-radius-large);
margin: 0 .5px; margin: 0 .5px;
} }
#rl-app .btn-toolbar .btn-group .btn:first-of-type {
border-top-left-radius: var(--border-radius-large);
border-bottom-left-radius: var(--border-radius-large);
}
#rl-app .btn-toolbar .btn-group .btn:last-of-type {
border-top-right-radius: var(--border-radius-large);
border-bottom-right-radius: var(--border-radius-large);
}
/*
#rl-app #V-MailMessageList .btn-toolbar .btn-group .btn:not(:last-of-type) {
margin: 0 3px 0 0;
}
*/
/* /*
* inputs * inputs
*/ */