Initial commit

This commit is contained in:
isUnknown 2026-02-12 15:22:46 +01:00
commit 65e0da7e11
1397 changed files with 596542 additions and 0 deletions

View file

@ -0,0 +1,32 @@
.egr-actions {
width: calc(100% + 1.5em);
display: none;
justify-content: center;
border-top: 1px solid #ddd;
> * {
height: 2.5em;
line-height: 2.5em;
cursor: pointer;
padding-right: 1.5em;
padding-left: 1.5em;
user-select: none;
border-right: 1px solid #ddd;
&:last-child {
border-right: none;
}
}
}
.egr-even .egr-actions {
border-top: 1px solid #ccc;
> * {
border-right: 1px solid #ccc;
&:last-child {
border-right: none;
}
}
}