Add files via upload

This commit is contained in:
loma-one 2025-01-26 09:31:34 +01:00 committed by GitHub
parent 2385265c47
commit 3e5542a411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 37 additions and 17 deletions

View file

@ -897,6 +897,10 @@ section > .generic-page-wrapper, .videos-content-wrapper, .suggest-content-wrapp
border-radius: 3px;
}
.wall-item-container {
border-top: 1px solid rgb(28, 28, 29);
}
figure.img-allocated-height img {
border-radius: 3px;
}
@ -913,21 +917,29 @@ audio, canvas, progress, video {
margin: 20px auto;
}
audio, canvas, progress, video {
display: block;
width: 100%;
aspect-ratio: 16/9;
margin: 0 auto;
}
iframe, img, video {
border-radius: 2px;
}
.custom-iframe {
iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 625 / 350 !important;
aspect-ratio: 16/9 !important;
display: block; /* for positioning */
margin: 0 auto; /* centers block */
background-color: #000; /* optional fill */
}
@media (max-width: 768px) {
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 425 / 350 !important;
@media (width: 768px){
iframe{
aspect-ratio: 5/4 !important;
}
}

View file

@ -896,21 +896,29 @@ p.wall-item-announce,
margin: 20px auto;
}
audio, canvas, progress, video {
display: block;
width: 100%;
aspect-ratio: 16/9;
margin: 0 auto;
}
iframe, img, video {
border-radius: 2px;
}
.custom-iframe {
iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 625 / 350 !important;
aspect-ratio: 16/9 !important;
display: block; /* for positioning */
margin: 0 auto; /* centers block */
background-color: #000; /* optional fill */
}
@media (max-width: 768px) {
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 425 / 350 !important;
@media (width: 768px){
iframe{
aspect-ratio: 5/4 !important;
}
}

View file

@ -5,7 +5,7 @@
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
* Name: loma hell (ligh)
* Name: loma hell (light)
* Licence: AGPL
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp