mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
Update content of files
This commit is contained in:
parent
a6a5eee612
commit
a4a83bd095
1 changed files with 9 additions and 1 deletions
|
@ -587,6 +587,8 @@ i.icon {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
padding-left: env(safe-area-inset-left);
|
||||||
|
padding-right: env(safe-area-inset-right);
|
||||||
background-color: var(--header-bg-color);
|
background-color: var(--header-bg-color);
|
||||||
-webkit-backdrop-filter: blur(25px);
|
-webkit-backdrop-filter: blur(25px);
|
||||||
backdrop-filter: blur(25px);
|
backdrop-filter: blur(25px);
|
||||||
|
@ -937,6 +939,7 @@ a.tm-pagination-item.active:focus {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
background: var(--bg-color);
|
background: var(--bg-color);
|
||||||
transition: transform var(--def-transition);
|
transition: transform var(--def-transition);
|
||||||
}
|
}
|
||||||
|
@ -1135,6 +1138,8 @@ a.tm-menu-link:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-footer {
|
.tm-footer {
|
||||||
|
padding-left: env(safe-area-inset-left);
|
||||||
|
padding-right: env(safe-area-inset-right);
|
||||||
background-color: var(--footer-bg-color);
|
background-color: var(--footer-bg-color);
|
||||||
}
|
}
|
||||||
.tm-footer-links {
|
.tm-footer-links {
|
||||||
|
@ -1305,7 +1310,7 @@ a.tm-menu-link:focus {
|
||||||
|
|
||||||
.tm-main {
|
.tm-main {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: auto;
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
padding-bottom: 70px;
|
padding-bottom: 70px;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
@ -3816,6 +3821,9 @@ a.tm-table-action-link:hover {
|
||||||
|
|
||||||
.tm-main {
|
.tm-main {
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
|
box-sizing: content-box;
|
||||||
|
padding-left: env(safe-area-inset-left);
|
||||||
|
padding-right: env(safe-area-inset-right);
|
||||||
}
|
}
|
||||||
.tm-main-premium {
|
.tm-main-premium {
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
|
|
Loading…
Reference in a new issue