Newsletters archivées lisibles en mobile (iframe srcdoc) + fix couleur du bouton de recherche sur iOS

This commit is contained in:
2026-07-06 23:34:30 +02:00
parent 5f682a637b
commit 3f62d882f4
7 changed files with 113 additions and 1 deletions

View File

@@ -394,6 +394,7 @@ header {
display: block;
margin-left: auto;
background-color: #eeeeee;
color: #1a1a1a;
padding: 0.5rem 1rem;
font-family: "NewsCycle", sans-serif;
font-size: 0.85rem;
@@ -2173,6 +2174,11 @@ footer {
display: flex;
flex-direction: column;
gap: 1.5rem; }
.article .main-content-text .newsletter-frame {
display: block;
width: 100%;
border: 0;
overflow: hidden; }
.article .main-content-text .canal-u-embed,
.article .main-content-text .video-embed {
position: relative;