Continued work on media schedule panel.

This commit is contained in:
rainbow napkin 2025-02-02 18:49:20 -05:00
parent d5a2a51be2
commit 90be85de26
6 changed files with 475 additions and 103 deletions

View file

@ -25,10 +25,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
left: 0;
right: 0;
z-index: 3;
padding: 0.15em 0.3em;
}
#queue-control-offset{
margin-bottom: 2em;
margin-bottom: 2.15em;
}
#queue-control-buttons{
@ -73,6 +74,19 @@ span.queue-marker{
height: 1px;
min-width: 5px;
flex: 1;
margin: 0.8em 0;
}
.queue-marker p{
margin: 0
}
div.queue-marker-first span{
margin: 0 0 0.8em 0;
}
div.queue-marker-last span{
margin: 0.8em 0 0 0;
}
div.queue-entry{
@ -107,4 +121,19 @@ div.queue-entry a{
.media-tooltip p{
margin: 0;
}
/* queue controls */
/* date */
#queue-control-date{
display: flex;
justify-content: center;
margin: 0.3em 20%;
}
#queue-control-date input{
width: 100%;
min-width: fit-content;
padding: 0 0.2em;
text-align: center;
}