From c57c5659b5b73fc1e37b0c04b9f6a42506d8f706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 19 Nov 2018 19:22:10 +0100 Subject: Mobile view and back button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/ContactsList.scss | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 css/ContactsList.scss (limited to 'css/ContactsList.scss') 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æ + * + * @author John Molakvoæ + * + * @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 . + * + */ + +#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 -- cgit v1.2.3