1.1-Indev Final commit before merging to master. Everything seems to

work fine, while being reasonably preformant and pretty.
This commit is contained in:
rainbownapkin 2022-08-29 00:06:44 +00:00
parent 85fbe6bb5a
commit adab2eb3f9
24 changed files with 25117 additions and 756 deletions

View file

@ -347,7 +347,7 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
}
#fpcontdiv{
}
#subliminaltoke{
#st{
background-color: #111111C0;
position: absolute;
left: calc(50% - 12em);
@ -356,8 +356,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
padding: 2em 2em 1em 2em;
border: 1px solid #949494;
display: none;
z-index: 10001;
}
#subliminaltoke img{
#st img{
max-height: 20em;
}
.emotecontdiv{
@ -401,10 +402,8 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
}
#emotecont{
display: flex;
position: fixed;
position: absolute;
width: 100%;
background-color: #1119;
backdrop-filter: blur(12px);
}
#esearchbar{
border-right: 1px solid #949494;
@ -821,7 +820,9 @@ table td {
#userlisttoggle {
padding-bottom: 2px;
}
#abumpdiv{
overflow-y: auto;
}
.queue_entry, .ab-bumparray-bump{
line-height: 22px;
padding: 2px;
@ -843,7 +844,7 @@ table td {
float: right;
}
#ab-bumphist-div{
overflow: scroll;
overflow-y: auto;
max-height: 25em;
}
.ab-bumplist-lbl, .ab-newlist-form{
@ -872,7 +873,7 @@ table td {
}
.ab-bumplist-bumps{
max-height: 30em;
overflow: scroll;
overflow-y: auto;
}
.ab-bumplist-delete{
float: right;
@ -990,7 +991,4 @@ body.hd #resize-video-larger, body.hd #resize-video-smaller {
.userlist-ignored {
text-decoration: line-through;
}
#bumpi{
background-image: url("../img/bumps.png");
background-size: 2.2em;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff