diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-12-08 10:10:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 10:10:15 +0100 |
commit | 77a53ea7244a5483e57f657e8f53bf45f226c581 (patch) | |
tree | 6292f45e5d4afade97afeeb38646c35d9bddb68a /app/Resources | |
parent | 613a8ec3123de83013837bf97b59c3bd1af02548 (diff) | |
parent | a6beec1bd2b0f988fc2b032b84160b84b499cc9b (diff) | |
download | wallabag-77a53ea7244a5483e57f657e8f53bf45f226c581.tar.gz wallabag-77a53ea7244a5483e57f657e8f53bf45f226c581.tar.zst wallabag-77a53ea7244a5483e57f657e8f53bf45f226c581.zip |
Merge pull request #3463 from Simounet/feature/footer-improved
Footer improved
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/static/themes/material/css/entries.scss | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index d38d97e4..5c55caa8 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss | |||
@@ -64,17 +64,8 @@ | |||
64 | } | 64 | } |
65 | } | 65 | } |
66 | 66 | ||
67 | .page-footer .footer-copyright { | 67 | .footer-text { |
68 | min-width: 50px; | 68 | margin: 0.7rem 0.5rem; |
69 | height: auto !important; | ||
70 | line-height: 1em !important; | ||
71 | |||
72 | p { | ||
73 | text-overflow: ellipsis; | ||
74 | white-space: nowrap; | ||
75 | overflow: hidden; | ||
76 | display: block; | ||
77 | } | ||
78 | } | 69 | } |
79 | 70 | ||
80 | .hidden { | 71 | .hidden { |