This repository has been archived on 2025-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
home-stream/home_stream/static/style.css

19 lines
291 B
CSS
Raw Normal View History

2025-03-31 14:55:32 +02:00
/*
* 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;
}