From 63e4265d8b34aa97b5eea01319a278466dc7bf94 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 3 Aug 2024 16:10:30 +0000 Subject: [PATCH] Update content of files --- .../constructor/messageMediaVideo.html | 150 ++++++++++++++++++ .../web/corefork.telegram.org/type/Video.html | 131 +++++++++++++++ data/web/fragment.com/css/auction.css | 10 +- 3 files changed, 282 insertions(+), 9 deletions(-) create mode 100644 data/web/corefork.telegram.org/constructor/messageMediaVideo.html create mode 100644 data/web/corefork.telegram.org/type/Video.html diff --git a/data/web/corefork.telegram.org/constructor/messageMediaVideo.html b/data/web/corefork.telegram.org/constructor/messageMediaVideo.html new file mode 100644 index 0000000000..b1bcfb4585 --- /dev/null +++ b/data/web/corefork.telegram.org/constructor/messageMediaVideo.html @@ -0,0 +1,150 @@ + + + + + messageMediaVideo + + + + + + + + + + + + + + + + +
+ +
+
+
+ +

messageMediaVideo

+ +

Attached video.

+

+ +
+
Constructor schema is available as of layer 28. Switch ยป

+

Parameters

+ + + + + + + + + + + + + + + +
NameTypeDescription
videoVideoVideo
+

Type

+

MessageMedia

+ +
+ +
+
+ +
+ + + + + + diff --git a/data/web/corefork.telegram.org/type/Video.html b/data/web/corefork.telegram.org/type/Video.html new file mode 100644 index 0000000000..55dfc3edf9 --- /dev/null +++ b/data/web/corefork.telegram.org/type/Video.html @@ -0,0 +1,131 @@ + + + + + Video + + + + + + + + + + + + + + + + +
+ +
+
+
+ +

Video

+ +

Video.

+

+ +
+

+ +
+ +
+
+ +
+ + + + + + diff --git a/data/web/fragment.com/css/auction.css b/data/web/fragment.com/css/auction.css index 528cb14fc2..01a70f305e 100644 --- a/data/web/fragment.com/css/auction.css +++ b/data/web/fragment.com/css/auction.css @@ -587,8 +587,6 @@ i.icon { right: 0; top: 0; z-index: 100; - padding-left: env(safe-area-inset-left); - padding-right: env(safe-area-inset-right); background-color: var(--header-bg-color); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); @@ -939,7 +937,6 @@ a.tm-pagination-item.active:focus { right: 0; top: 0; bottom: 0; - padding-bottom: env(safe-area-inset-bottom); background: var(--bg-color); transition: transform var(--def-transition); } @@ -1138,8 +1135,6 @@ a.tm-menu-link:focus { } .tm-footer { - padding-left: env(safe-area-inset-left); - padding-right: env(safe-area-inset-right); background-color: var(--footer-bg-color); } .tm-footer-links { @@ -1310,7 +1305,7 @@ a.tm-menu-link:focus { .tm-main { margin: 0 auto; - width: auto; + width: 100%; max-width: 480px; padding-bottom: 70px; flex-grow: 1; @@ -3821,9 +3816,6 @@ a.tm-table-action-link:hover { .tm-main { max-width: 720px; - box-sizing: content-box; - padding-left: env(safe-area-inset-left); - padding-right: env(safe-area-inset-right); } .tm-main-premium { max-width: 480px;