/* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ .js-player .controls { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 50px; background-color: #1d1d1d99; transition: opacity 0.2s; } .js-player .controls button { padding: 0px; width: 50px; height: 100%; border: none; background-color: #ffffff10; }