mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 11:43:05 +01:00
Update content of files
This commit is contained in:
parent
331cb035be
commit
852c5c5cf1
1 changed files with 3 additions and 15 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue