mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-26 14:30:27 +01:00
Update content of files
This commit is contained in:
parent
16b67bef18
commit
e6fc9d3915
2 changed files with 9 additions and 2 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?46" rel="stylesheet">
|
||||
<link href="/css/auction.css?47" 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":417,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script>ajInit({"version":418,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
|
||||
<script id="aj_script">Aj._useScrollHack=true;
|
||||
Main.init();
|
||||
</script>
|
||||
|
|
|
@ -1260,6 +1260,13 @@ a.tm-menu-link:focus {
|
|||
.tm-section-tab + .tm-section-tab {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.tm-section-tab-csv {
|
||||
margin-left: auto !important;
|
||||
}
|
||||
.tm-section-tab-csv > svg {
|
||||
vertical-align: top;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.tm-section-pagination {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue