Add extraLink button which replaced the iframePopout button, fix #654

This commit is contained in:
Pieter Vander Vennet 2022-02-14 04:48:33 +01:00
parent e04e7ddf6a
commit c941f567cf
16 changed files with 457 additions and 113 deletions

View file

@ -1052,6 +1052,10 @@ video {
height: 2.75rem;
}
.h-6 {
height: 1.5rem;
}
.h-32 {
height: 8rem;
}
@ -1060,10 +1064,6 @@ video {
height: 4rem;
}
.h-6 {
height: 1.5rem;
}
.h-4 {
height: 1rem;
}
@ -1148,6 +1148,10 @@ video {
width: 2.75rem;
}
.w-64 {
width: 16rem;
}
.w-4 {
width: 1rem;
}
@ -1501,10 +1505,6 @@ video {
padding: 1rem;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-1 {
padding: 0.25rem;
}
@ -1517,6 +1517,10 @@ video {
padding: 0px;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-0\.5 {
padding: 0.125rem;
}
@ -2318,7 +2322,6 @@ li::marker {
max-width: calc(100vw - 5em);
width: 40em;
max-height: calc(100vh - 15em);
overflow-y: auto;
background-color: var(--background-color);
color: var(--foreground-color);
}