mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 19:53:17 +01:00
Update content of files
This commit is contained in:
parent
c0634093e4
commit
d532575858
1 changed files with 3 additions and 15 deletions
|
@ -477,9 +477,6 @@ i.icon {
|
|||
border: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tm-header-action.tm-dropdown > .dropdown-menu {
|
||||
padding: 6px 0;
|
||||
}
|
||||
.tm-dropdown > .dropdown-backdrop {
|
||||
z-index: 89;
|
||||
}
|
||||
|
@ -487,15 +484,11 @@ 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;
|
||||
|
@ -524,14 +517,6 @@ 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 {
|
||||
|
@ -621,6 +606,9 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue