mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 15:31:11 +01:00
Update content of files
This commit is contained in:
parent
3575a4409c
commit
43d090216f
2 changed files with 21 additions and 13 deletions
|
@ -15,7 +15,7 @@
|
|||
<link href="/css/font-roboto.css?1" rel="stylesheet" type="text/css">
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
<link href="/css/bootstrap-extra.css?2" rel="stylesheet">
|
||||
<link href="/css/auction.css?47" rel="stylesheet">
|
||||
<link href="/css/auction.css?48" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body class="emoji_image no-transition">
|
||||
|
@ -40,7 +40,7 @@
|
|||
<script src="/js/qr-code-styling.js?1"></script>
|
||||
<script src="/js/auction.js?50"></script>
|
||||
|
||||
<script>ajInit({"version":419,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script>ajInit({"version":420,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script id="aj_script">Aj._useScrollHack=true;
|
||||
Main.init();
|
||||
</script>
|
||||
|
|
|
@ -528,8 +528,7 @@ a.tm-pagination-item.active:focus {
|
|||
background-color: var(--header-tab-accent-color);
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
.tm-header-tab + .tm-header-tab,
|
||||
.tm-section-tab + .tm-section-tab {
|
||||
.tm-header-tab + .tm-header-tab {
|
||||
margin-left: 26px;
|
||||
}
|
||||
.tm-header-tab-label-new {
|
||||
|
@ -1245,25 +1244,31 @@ a.tm-menu-link:focus {
|
|||
margin-top: -9px;
|
||||
}
|
||||
|
||||
.tm-section-tabs-wrap {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.tm-section-tabs {
|
||||
display: flex;
|
||||
margin: -3px 0 15px;
|
||||
margin: -3px -10px 15px;
|
||||
padding: 0 6px;
|
||||
}
|
||||
.tm-section-tab {
|
||||
padding: 8px 0;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.tm-section-tab.tab-active:after {
|
||||
height: 3px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.tm-section-tab + .tm-section-tab {
|
||||
margin-left: 20px;
|
||||
.tm-section-tabs-csv {
|
||||
margin-left: -6px;
|
||||
margin-right: -6px;
|
||||
}
|
||||
.tm-section-tab-csv {
|
||||
margin-left: auto !important;
|
||||
.tm-section-tabs-csv .tm-section-tab {
|
||||
margin: 0 6px;
|
||||
}
|
||||
.tm-section-tab-csv > svg {
|
||||
.tm-section-tabs-csv .tm-section-tab > svg {
|
||||
vertical-align: top;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
@ -1753,7 +1758,8 @@ a.tm-table-action-link:hover {
|
|||
.tm-section-bid-info .tm-list-item-value {
|
||||
width: 45%;
|
||||
}
|
||||
.tm-section-tabs + .tm-section-bid-info {
|
||||
.tm-section-tabs + .tm-section-bid-info,
|
||||
.tm-section-tabs-wrap + .tm-section-bid-info {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.tm-bid-info-text {
|
||||
|
@ -2828,11 +2834,12 @@ a.tm-table-action-link:hover {
|
|||
}
|
||||
|
||||
.tm-section-tabs {
|
||||
margin: -6px 0 23px;
|
||||
margin: -6px -10px 23px;
|
||||
padding: 0 13px;
|
||||
}
|
||||
.tm-section-tab {
|
||||
padding: 10px 0;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.tm-pagination {
|
||||
|
@ -2975,7 +2982,8 @@ a.tm-table-action-link:hover {
|
|||
.tm-auction-section .tm-section-countdown-wrap {
|
||||
order: 5;
|
||||
}
|
||||
.tm-section-tabs + .tm-section-bid-info {
|
||||
.tm-section-tabs + .tm-section-bid-info,
|
||||
.tm-section-tabs-wrap + .tm-section-bid-info {
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue