CSS refactoring.

This commit is contained in:
John Livingston
2024-06-14 17:31:35 +02:00
parent 6ce6ad9e78
commit 6e35c243c8
21 changed files with 849 additions and 732 deletions

View File

@ -0,0 +1,19 @@
/*
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
livechat-help-button {
a {
height: 18px !important;
margin: 2px !important;
padding: 1px !important;
vertical-align: middle;
}
svg {
display: block;
height: auto;
}
}