initial commit
This commit is contained in:
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