Files
ThreadNet-Web/res/css/views/rooms/_AuxPanel.pcss
T

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

15 lines
295 B
Plaintext
Raw Normal View History

2018-12-24 14:27:50 +00:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2018-2024 New Vector Ltd.
2018-12-24 14:27:50 +00:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
2018-12-24 14:27:50 +00:00
*/
2023-05-18 08:54:31 +00:00
.mx_AuxPanel {
min-width: 0px;
width: 100%;
margin: 0px auto;
2018-12-24 14:27:50 +00:00
2023-05-18 08:54:31 +00:00
overflow: auto;
2018-12-24 15:11:05 +00:00
}