Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-09 15:46:43 +0300
committerbrantje <brantje@gmail.com>2017-01-09 15:54:02 +0300
commit8c82b795e2e096cb0f2b1403f21f3d12b56ab340 (patch)
treef36f721af293e2a322b0a4d029da9e34284a03e4 /css/app.css
parent77b412a839ea7b45e8f8b3dbe0a035b4d495ae1d (diff)
Add vault logout timer
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index f1e6e3e9..01c4364e 100644
--- a/css/app.css
+++ b/css/app.css
@@ -877,7 +877,7 @@
height: 200px; }
#app-settings-content:not(.ng-hide) {
- height: 60px;
+ height: 90px;
display: inherit !important;
padding: 0;
transition: height 0.15s ease-out; }