diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-22 13:02:32 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-22 13:03:31 +0100 |
commit | 2f5d47d21dfc308c1b930cf45e13b34445d3a8e5 (patch) | |
tree | 1efa38bb95a2bc55132c0f8751727647906bb5dd /client-web/style/chat.sass | |
parent | aee091c28ad99862f8d94665a1efc65288a17d52 (diff) | |
download | keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.bz2 keks-meet-2f5d47d21dfc308c1b930cf45e13b34445d3a8e5.tar.zst |
Convert sass to css
Diffstat (limited to 'client-web/style/chat.sass')
-rw-r--r-- | client-web/style/chat.sass | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass deleted file mode 100644 index 1e0c1d6..0000000 --- a/client-web/style/chat.sass +++ /dev/null @@ -1,41 +0,0 @@ -/* - This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet) - which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2023 metamuffin <metamuffin.org> - -.chat - display: flex - flex-direction: column - height: 100% - - .message - margin: 0.2em - .control-message - font-style: italic - color: var(--ac-light) - filter: brightness(160%) // TODO filter is a bad approach here. - .author - font-weight: bold - .text - color: white - .image - width: min(20em, 30vw) - max-height: 50em // TODO squishes the image if too high - - .messages - flex: 1 - width: 100% - overflow: auto - - .controls - flex: 0 - - input[type="text"] - font-size: medium - width: 100% - border-radius: 5px - padding: 0.5em - box-sizing: border-box - - .chat-link - color: var(--ac-light)
\ No newline at end of file |