add button to skip all cws
This commit is contained in:
parent
1e7a58359d
commit
ccb4c2eabd
4 changed files with 60 additions and 32 deletions
|
@ -190,17 +190,12 @@ footer {
|
|||
#alts {
|
||||
margin: 1.5em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#alts.cat {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(auto, 10em) auto;
|
||||
grid-gap: 0.5em;
|
||||
align-items: baseline;
|
||||
justify-content: center;
|
||||
grid-template-columns: minmax(auto, 10em) auto minmax(auto, 10em);
|
||||
}
|
||||
|
||||
#alts.cat :is(h3,ul) { margin: 0; }
|
||||
#alts.cat :is(h3, ul) { margin: 0; }
|
||||
|
||||
#alts section {
|
||||
display: contents;
|
||||
|
@ -211,9 +206,18 @@ footer {
|
|||
display: inline;
|
||||
padding-right: 0.5em;
|
||||
text-align: right;
|
||||
grid-area: auto / 1 / auto / auto;
|
||||
}
|
||||
|
||||
#alts.cat ul {
|
||||
#alts ul {
|
||||
display: inline flex;
|
||||
justify-content: start;
|
||||
grid-area: auto / 2 / auto / auto;
|
||||
}
|
||||
|
||||
.cat ul { justify-content: start; }
|
||||
|
||||
#skipAllDiv {
|
||||
align-self: start;
|
||||
justify-content: end;
|
||||
grid-area: 1 / 3 / auto / auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue