diff options
Diffstat (limited to 'client-web/public')
-rw-r--r-- | client-web/public/assets/style/chat.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/logger.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/master.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/menu.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/prefs.css | 5 | ||||
-rw-r--r-- | client-web/public/assets/style/room.css | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/client-web/public/assets/style/chat.css b/client-web/public/assets/style/chat.css index 7f7f8dc..b4e1dbf 100644 --- a/client-web/public/assets/style/chat.css +++ b/client-web/public/assets/style/chat.css @@ -1,3 +1,8 @@ +/* + 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) 2022 metamuffin <metamuffin@disroot.org> +*/ .chat { position: fixed; z-index: 70; diff --git a/client-web/public/assets/style/logger.css b/client-web/public/assets/style/logger.css index 6cc70f3..5e08ec9 100644 --- a/client-web/public/assets/style/logger.css +++ b/client-web/public/assets/style/logger.css @@ -1,3 +1,8 @@ +/* + 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) 2022 metamuffin <metamuffin@disroot.org> +*/ .logger-container { position: absolute; top: 0px; diff --git a/client-web/public/assets/style/master.css b/client-web/public/assets/style/master.css index 5601c56..71c9b00 100644 --- a/client-web/public/assets/style/master.css +++ b/client-web/public/assets/style/master.css @@ -1,3 +1,8 @@ +/* + 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) 2022 metamuffin <metamuffin@disroot.org> +*/ @import url("https://s.metamuffin.org/static/font-ubuntu/include.css"); @import url("./logger.css"); @import url("./chat.css"); diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css index 15df272..73f7125 100644 --- a/client-web/public/assets/style/menu.css +++ b/client-web/public/assets/style/menu.css @@ -1,3 +1,8 @@ +/* + 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) 2022 metamuffin <metamuffin@disroot.org> +*/ .bottom-menu { diff --git a/client-web/public/assets/style/prefs.css b/client-web/public/assets/style/prefs.css index 63ec299..f31c4ca 100644 --- a/client-web/public/assets/style/prefs.css +++ b/client-web/public/assets/style/prefs.css @@ -1,3 +1,8 @@ +/* + 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) 2022 metamuffin <metamuffin@disroot.org> +*/ .prefs-overlay { position: fixed; z-index: 80; diff --git a/client-web/public/assets/style/room.css b/client-web/public/assets/style/room.css index 1d3ca88..22674c4 100644 --- a/client-web/public/assets/style/room.css +++ b/client-web/public/assets/style/room.css @@ -1,3 +1,8 @@ +/* + 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) 2022 metamuffin <metamuffin@disroot.org> +*/ .room { overflow-y: scroll; } |