Files
ThreadNet-Web/res/css/views/voip/_LegacyCallViewForRoom.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
876 B
Plaintext
Raw Normal View History

2021-03-02 20:32:13 +01:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2021-03-02 20:32:13 +01:00
Copyright 2021 Šimon Brandner <simon.bra.ag@gmail.com>
2024-09-09 14:57:16 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
2021-03-02 20:32:13 +01:00
*/
.mx_LegacyCallViewForRoom {
2021-03-02 20:32:13 +01:00
overflow: hidden;
.mx_LegacyCallViewForRoom_ResizeWrapper {
2021-03-02 20:32:13 +01:00
display: flex;
&:hover .mx_LegacyCallViewForRoom_ResizeHandle {
/* Need to use important to override element style attributes */
/* set by re-resizable */
2021-03-02 20:32:13 +01:00
width: 100% !important;
display: flex;
justify-content: center;
&::after {
content: "";
border-radius: 4px;
height: 4px;
width: 100%;
max-width: 64px;
2021-08-12 11:27:12 +02:00
background-color: $primary-content;
2021-03-02 20:32:13 +01:00
}
}
}
}