Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-08-29 23:39:56 +02:00
commit 3be286c2b1
30 changed files with 3315 additions and 2458 deletions

View file

@ -485,10 +485,18 @@ code {
color: var(--background-color);
}
.h-full-child > div {
height: 100%;
}
.bg-black-transparent {
background-color: #00000088;
}
.bg-black-light-transparent {
background-color: #00000044;
}
.block-ruby {
display: block ruby;
}
@ -655,6 +663,10 @@ svg.apply-fill path {
max-width: 100%;
}
.max-w-screen {
max-width: 100vw;
}
/************************* Experimental support for foldable devices ********************************/
@media (horizontal-viewport-segments: 2) {
.theme-list {