Add editing to call details pane

This commit is contained in:
Jamie Kyle
2024-07-30 11:39:24 -07:00
committed by GitHub
parent 95209689a8
commit cee2788654
22 changed files with 330 additions and 118 deletions

View File

@@ -0,0 +1,7 @@
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
// Overriding default style
.CallLinkRestrictionsSelect.module-select select {
min-width: 0;
}