aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2018-07-11 21:51:52 +0200
committerSimounet <contact@simounet.net>2018-07-11 21:51:52 +0200
commit4c78612eb47b235bc75a90d0aa7df51d654be0c7 (patch)
tree1cde815e68893b123bdaca005f1517ba3feb4f03 /app
parent2fdd512488fb8987d34af0be71714faacc832048 (diff)
downloadwallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.gz
wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.zst
wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.zip
wallabag logo with typo replaced by an SVG one
Diffstat (limited to 'app')
-rwxr-xr-xapp/Resources/static/themes/_global/img/logo-other_themes.pngbin3058 -> 0 bytes
-rwxr-xr-xapp/Resources/static/themes/material/css/layout.scss4
2 files changed, 4 insertions, 0 deletions
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
--- a/app/Resources/static/themes/_global/img/logo-other_themes.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss
index cfdbf2b3..56c805ef 100755
--- a/app/Resources/static/themes/material/css/layout.scss
+++ b/app/Resources/static/themes/material/css/layout.scss
@@ -24,6 +24,10 @@ main,
24 height: 100%; 24 height: 100%;
25} 25}
26 26
27.typo-logo {
28 max-width: 150px;
29}
30
27#main { 31#main {
28 flex: 1 0 auto; 32 flex: 1 0 auto;
29 33