initial commit
This commit is contained in:
BIN
home_stream/static/favicon.png
Normal file
BIN
home_stream/static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
3
home_stream/static/favicon.png.license
Normal file
3
home_stream/static/favicon.png.license
Normal file
@@ -0,0 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2025 Max Mehl <https://mehl.mx>
|
||||
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
9
home_stream/static/main.js
Normal file
9
home_stream/static/main.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// SPDX-FileCopyrightText: 2025 Max Mehl <https://mehl.mx>
|
||||
//
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
function copyToClipboard(text, button) {
|
||||
navigator.clipboard.writeText(text).then(() => {
|
||||
button.classList.add("secondary");
|
||||
});
|
||||
}
|
||||
5
home_stream/static/pico.min.css
vendored
Normal file
5
home_stream/static/pico.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
18
home_stream/static/style.css
Normal file
18
home_stream/static/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2025 Max Mehl <https://mehl.mx>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
|
||||
:root {
|
||||
--pico-form-element-spacing-vertical: 0.2rem;
|
||||
--pico-form-element-spacing-horizontal: 0.2rem;
|
||||
}
|
||||
|
||||
ul.files li {
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
|
||||
audio, video {
|
||||
width: 800px;
|
||||
}
|
||||
Reference in New Issue
Block a user