summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-19 19:22:10 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-19 19:24:01 +0100
commitc57c5659b5b73fc1e37b0c04b9f6a42506d8f706 (patch)
tree3acd3ce5c3252d2d2e1be671e9277edb969076e8 /css
parent4bd0f4b3170c9df1d70554dbfd21c7dcc125cbbc (diff)
Mobile view and back button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/ContactsList.scss35
-rw-r--r--css/contacts.scss1
2 files changed, 36 insertions, 0 deletions
diff --git a/css/ContactsList.scss b/css/ContactsList.scss
new file mode 100644
index 00000000..676d4c64
--- /dev/null
+++ b/css/ContactsList.scss
@@ -0,0 +1,35 @@
+/**
+ * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+#app-details-toggle {
+ position: fixed;
+ display: inline-block;
+ left: 0;
+ width: 44px;
+ height: 44px;
+ z-index: 149;
+ background-color: var(--color-main-background-darker);
+ cursor: pointer;
+ opacity: 0.6;
+ transform: rotate(180deg);
+ margin-top: 44px; // under the show navigation button
+} \ No newline at end of file
diff --git a/css/contacts.scss b/css/contacts.scss
index 886787e2..0b458fd4 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -44,6 +44,7 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
@import 'Settings/SettingsAddressbookSharee';
@import 'ContactDetails';
@import 'ContactDetailsAvatar';
+@import 'ContactsList';
@import 'ContactsListItem';
@import 'Properties/Properties';
@import 'Properties/PropertyTitle';