Update content of files

This commit is contained in:
GitHub Action 2023-11-29 07:45:39 +00:00
parent 8d66c43d81
commit f5a0f01fcc

View file

@ -477,9 +477,6 @@ i.icon {
border: none; border: none;
overflow: hidden; overflow: hidden;
} }
.tm-header-action.tm-dropdown > .dropdown-menu {
padding: 6px 0;
}
.tm-dropdown > .dropdown-backdrop { .tm-dropdown > .dropdown-backdrop {
z-index: 89; z-index: 89;
} }
@ -487,15 +484,11 @@ i.icon {
display: block; display: block;
position: relative; position: relative;
padding: 8px 60px 8px 14px; padding: 8px 60px 8px 14px;
line-height: 20px;
color: var(--dropdown-color); color: var(--dropdown-color);
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
clear: both; clear: both;
} }
.tm-dropdown > .dropdown-menu > li > .dropdown-menu-item.icon-before {
padding-left: 46px;
}
.tm-dropdown > .dropdown-menu > li > .dropdown-menu-item[data-counter]:after { .tm-dropdown > .dropdown-menu > li > .dropdown-menu-item[data-counter]:after {
content: attr(data-counter); content: attr(data-counter);
display: inline-block; display: inline-block;
@ -524,14 +517,6 @@ i.icon {
right: 14px; right: 14px;
top: 14px; top: 14px;
} }
.tm-header-action.tm-dropdown > .dropdown-menu > li > .dropdown-menu-item.icon-before:before {
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
margin: 8px 13px;
}
#aj_content { #aj_content {
@ -621,6 +606,9 @@ i.icon {
width: 100%; width: 100%;
min-width: fit-content; min-width: fit-content;
} }
.tm-header-actions .tm-dropdown > .dropdown-menu > li > .dropdown-menu-item {
padding-right: 28px;
}
.tm-header-button { .tm-header-button {
font-size: 13px; font-size: 13px;
line-height: 18px; line-height: 18px;