diff options
author | Simounet <contact@simounet.net> | 2018-07-11 21:51:52 +0200 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2018-07-11 21:51:52 +0200 |
commit | 4c78612eb47b235bc75a90d0aa7df51d654be0c7 (patch) | |
tree | 1cde815e68893b123bdaca005f1517ba3feb4f03 /app/Resources | |
parent | 2fdd512488fb8987d34af0be71714faacc832048 (diff) | |
download | wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.gz wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.tar.zst wallabag-4c78612eb47b235bc75a90d0aa7df51d654be0c7.zip |
wallabag logo with typo replaced by an SVG one
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/_global/img/logo-other_themes.png | bin | 3058 -> 0 bytes | |||
-rwxr-xr-x | app/Resources/static/themes/material/css/layout.scss | 4 |
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 | ||