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>2016-10-07 14:56:17 +0300
committerbrantje <brantje@gmail.com>2016-10-07 14:56:17 +0300
commit0326a60069e0149b1348af8db9247e5a1c92f311 (patch)
tree3e7e4539f1dac975db62b6d7ff98277c7a5d01ab /sass/credentials.scss
parent0304fdfd66001d08cad02cd314fd238c4ca5f030 (diff)
Fixed title bar
Diffstat (limited to 'sass/credentials.scss')
-rw-r--r--sass/credentials.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index b3ec4203..12b9e7f3 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -6,11 +6,17 @@
border-bottom: 1px solid #c9c9c9
}
.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){
+ display: none;
+ }
+ @media screen and (min-width: 769px) and (max-width: 820px){
+ display: none;
+ }
}
.actions.creatable {
float: left;