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
path: root/sass
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 /sass
parent77b412a839ea7b45e8f8b3dbe0a035b4d495ae1d (diff)
Add vault logout timer
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 85e7049a..f8d384fb 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -33,7 +33,7 @@
@import 'settings';
#app-settings-content:not(.ng-hide) {
- height: 60px;
+ height: 90px;
display: inherit !important;
padding: 0;
transition: height 0.15s ease-out;