fix icon position in dashboard

This commit is contained in:
fim100 2024-08-09 08:12:42 +03:30 committed by GitHub
parent f91b1498c7
commit 97656b5aa7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -358,6 +358,11 @@ ul.umap-autocomplete {
.content .icon-delete {
background-image: url('./img/icon-delete.svg');
}
html[dir="rtl"] .content .icon-edit,
html[dir="rtl"] .content .icon-share,
html[dir="rtl"] .content .icon-delete {
background-position: initial; /* this takes precedence over similar selector in icon.css and fixes position */
}
.table-header {
display: flex;
justify-content: space-between;