Update content of files

This commit is contained in:
GitHub Action 2023-11-29 02:03:09 +00:00
parent 672a20baaf
commit c15fe484ed

View file

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