From 0326a60069e0149b1348af8db9247e5a1c92f311 Mon Sep 17 00:00:00 2001 From: brantje Date: Fri, 7 Oct 2016 13:56:17 +0200 Subject: Fixed title bar --- css/app.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'css/app.css') diff --git a/css/app.css b/css/app.css index 856df9b1..d0e9e987 100644 --- a/css/app.css +++ b/css/app.css @@ -160,11 +160,17 @@ #app-content #app-content-wrapper #passman-controls { border-bottom: 1px solid #c9c9c9; } #app-content #app-content-wrapper .title { - width: calc(100% - 380px); + width: calc(100% - 400px); text-align: center; display: inline-block; font-weight: bold; margin-top: 10px; } + @media screen and (max-width: 575px) { + #app-content #app-content-wrapper .title { + display: none; } } + @media screen and (min-width: 769px) and (max-width: 820px) { + #app-content #app-content-wrapper .title { + display: none; } } #app-content #app-content-wrapper .actions.creatable { float: left; overflow: hidden; } -- cgit v1.2.3