From 02c9ff36b6351cd486221f5935904d156a0333cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 8 Sep 2020 16:21:52 +0200 Subject: Add full addressbook display name title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/Settings/SettingsAddressbook.scss | 65 ----------------------------------- css/contacts.scss | 1 - 2 files changed, 66 deletions(-) delete mode 100644 css/Settings/SettingsAddressbook.scss (limited to 'css') diff --git a/css/Settings/SettingsAddressbook.scss b/css/Settings/SettingsAddressbook.scss deleted file mode 100644 index 52dd6bb7..00000000 --- a/css/Settings/SettingsAddressbook.scss +++ /dev/null @@ -1,65 +0,0 @@ -/** - * @copyright Copyright (c) 2018 John Molakvoæ - * - * @author John Molakvoæ - * @author Team Popcorn - * - * @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 . - * - */ - -.addressbook { - display: flex; - flex-wrap: wrap; - align-items: center; - white-space: nowrap; - text-overflow: ellipsis; - - > .addressbook__name { - + a, - + div { - // put actions at the end - margin-left: auto; - } - } - - &__name { - display: block; - flex: 0 1 auto; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - &__share, - &__menu .icon-more { - width: 44px; - height: 44px; - opacity: .5; - &:hover, - &:focus, - &:active { - opacity: .7; - } - } - &__share { - &--shared { - opacity: .7; - } - } - &--disabled &__name { - opacity: .5; - } -} diff --git a/css/contacts.scss b/css/contacts.scss index d71474a3..111a7cf2 100644 --- a/css/contacts.scss +++ b/css/contacts.scss @@ -28,7 +28,6 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2; // components @import 'SettingsSection'; -@import 'Settings/SettingsAddressbook'; @import 'Settings/SettingsAddressbookShares'; @import 'Settings/SettingsAddressbookSharee'; @import 'ContactsListItem'; -- cgit v1.2.3