Move keepandroidopen banner to index.

This commit is contained in:
天クマ 2026-07-01 15:48:20 -03:00
commit f0f0b096f9
4 changed files with 24 additions and 5 deletions

View file

@ -212,6 +212,14 @@ aside.metromenu #content {
/* Global classes and IDs */
.nomargin {
margin: 0;
}
.end-text {
text-align: end;
}
.notificationBox {
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
width: fit-content;
@ -248,6 +256,12 @@ li.inlineList {
margin-bottom: 0;
}
.kaoBox {
border-color: rgba(255, 0, 0, 0.1);
background-color: rgba(255, 0, 0, 0.1);
margin-bottom: 1em;
}
.pageHeaderBox {
border-bottom: 0;
}