From 6cf7f21dcbad330574f2c3212ad3dd036bc1fe6f Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 28 Jun 2018 20:39:41 +0200 Subject: Fix mobile viewport on big iframe and video elements --- app/Resources/static/themes/_global/share.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Resources/static/themes/_global') diff --git a/app/Resources/static/themes/_global/share.scss b/app/Resources/static/themes/_global/share.scss index 72e73a9a..ac26a350 100644 --- a/app/Resources/static/themes/_global/share.scss +++ b/app/Resources/static/themes/_global/share.scss @@ -221,6 +221,12 @@ ol li:last-child { padding-bottom: 0; } +iframe, +video { + max-width: 100%; + height: auto; +} + mark { padding: 0 0.2em; } -- cgit v1.2.3 From 2fdd512488fb8987d34af0be71714faacc832048 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:25:46 +0200 Subject: Fake wallabag logo data image replaced by real SVG --- .../static/themes/_global/img/logo-wallabag.svg | 301 +-------------------- 1 file changed, 1 insertion(+), 300 deletions(-) (limited to 'app/Resources/static/themes/_global') diff --git a/app/Resources/static/themes/_global/img/logo-wallabag.svg b/app/Resources/static/themes/_global/img/logo-wallabag.svg index 40193e1c..f76907a2 100644 --- a/app/Resources/static/themes/_global/img/logo-wallabag.svg +++ b/app/Resources/static/themes/_global/img/logo-wallabag.svg @@ -1,300 +1 @@ - - - -]> - - - - - - + -- cgit v1.2.3 From 4c78612eb47b235bc75a90d0aa7df51d654be0c7 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:51:52 +0200 Subject: wallabag logo with typo replaced by an SVG one --- .../static/themes/_global/img/logo-other_themes.png | Bin 3058 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 app/Resources/static/themes/_global/img/logo-other_themes.png (limited to 'app/Resources/static/themes/_global') diff --git a/app/Resources/static/themes/_global/img/logo-other_themes.png b/app/Resources/static/themes/_global/img/logo-other_themes.png deleted file mode 100755 index c90aa46f..00000000 Binary files a/app/Resources/static/themes/_global/img/logo-other_themes.png and /dev/null differ -- cgit v1.2.3 From e93f37206a82ce575f857e073feee437bb579fbb Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 11 Jul 2018 21:57:53 +0200 Subject: wallabag logo (side-nav) replaced by an SVG one --- app/Resources/static/themes/_global/img/logo-square.png | Bin 3314 -> 0 bytes app/Resources/static/themes/_global/img/logo-square.svg | 1 + 2 files changed, 1 insertion(+) delete mode 100644 app/Resources/static/themes/_global/img/logo-square.png create mode 100644 app/Resources/static/themes/_global/img/logo-square.svg (limited to 'app/Resources/static/themes/_global') diff --git a/app/Resources/static/themes/_global/img/logo-square.png b/app/Resources/static/themes/_global/img/logo-square.png deleted file mode 100644 index d5e05977..00000000 Binary files a/app/Resources/static/themes/_global/img/logo-square.png and /dev/null differ diff --git a/app/Resources/static/themes/_global/img/logo-square.svg b/app/Resources/static/themes/_global/img/logo-square.svg new file mode 100644 index 00000000..7b87fedc --- /dev/null +++ b/app/Resources/static/themes/_global/img/logo-square.svg @@ -0,0 +1 @@ + -- cgit v1.2.3