This commit is contained in:
Mirco Wittrien 2019-09-23 12:01:10 +02:00
parent a4b918f63f
commit f54bb2be66
4 changed files with 258 additions and 259 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ window.onmessage = function (e) {
theme.href = e.data.nativecss;
document.head.appendChild(theme);
}
if (e.data.app) document.querySelector(".preview-app").className = e.data.app;
if (e.data.html) document.documentElement.className = e.data.html;
if (e.data.titlebar) document.querySelector(".preview-titlebar").outerHTML = e.data.titlebar;
document.body.firstElementChild.style.removeProperty("display");
break;

View File

@ -714,6 +714,9 @@ body:before {
.hasMore-3e72_v { /* bar hasmore */
box-shadow: inset 0 0 0 1px rgba(var(--fontwhite1), 0.1);
}
.hasMore-3e72_v:hover {
background-color: rgba(var(--vtransparencycolor), 0.2);
}
.jumpToPresentBar-9P20AM { /* bar jumptopresent */
overflow: hidden;
background: transparent;
@ -3691,6 +3694,10 @@ body:before {
width: 100vw;
z-index: 0;
}
#app-mount .hasMoreButton-1MELpI { /* popout hasmorebutton */
background-color: rgba(var(--vtransparencycolor), 0.2);
border: none;
}
#app-mount .emptyPlaceholder-1zh-Eu .body-bvcIjN { /* popout emptytext */
color: rgb(var(--fontwhite3));

View File

@ -461,6 +461,7 @@
.tabBar-1E2ExX .primarySelected-3uHKZn,
.tabBar-1E2ExX .primary-3j8BhM .badge-xFJoEU,
.hasMore-3e72_v,
.hasMoreButton-1MELpI,
.whiteButton-1lwF-y,
.announcingNitro-3Ptg6m,
.action-1lSjCi.create-3jownz .actionHeader-2CT5c7,