mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fit inline web content to match viewport.
This commit is contained in:
parent
95e4e123d6
commit
b858085183
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ img, video, embed, object, iframe, div, figure, dl, dt {
|
|||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue