mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-16 21:08:26 +00:00
Add files via upload
This commit is contained in:
parent
d42a2c30fe
commit
2385265c47
2 changed files with 122 additions and 86 deletions
|
@ -913,6 +913,24 @@ audio, canvas, progress, video {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe, img, video {
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 625 / 350 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 425 / 350 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#photo-photo {
|
#photo-photo {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -896,6 +896,24 @@ p.wall-item-announce,
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe, img, video {
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 625 / 350 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.custom-iframe {
|
||||||
|
width: 100% !important;
|
||||||
|
height: auto !important;
|
||||||
|
aspect-ratio: 425 / 350 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
@media screen and (max-width: 1280px) {
|
||||||
#search-box {
|
#search-box {
|
||||||
width: 18% !important;
|
width: 18% !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue