fixing horizontal miss-aligned icons in calendar toolbar and vertical miss-alignment in favorites

This commit is contained in:
ralf 2024-08-29 08:19:58 +02:00
parent 7370179235
commit 9e946d5c7c
2 changed files with 1 additions and 5 deletions

View File

@ -61,6 +61,7 @@ export class Et2Favorites extends Et2DropdownButton implements et2_INextmatchHea
left: 12px;
width: ${egwIsMobile() ? css`4ex` : css`20px`};
font-size: ${egwIsMobile() ? css`4ex` : css`20px`};
top: -2px;
}
et2-image[src="trash"] {

View File

@ -2823,11 +2823,6 @@ table.egwGridView_outer thead tr th.noResize:hover {
}
/* Hide label visually */
.et2_toolbar et2-button:not(.et2_toolbar_hasCaption)::part(base) {
justify-content: center;
padding-inline-start: 0;
}
.et2_toolbar et2-button:not(.et2_toolbar_onlyCaption):not(.et2_toolbar_hasCaption)::part(label) {
position: absolute;
top: 100%;