mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
load more
This commit is contained in:
parent
495a64e389
commit
69dbfe3f5e
7 changed files with 54 additions and 12 deletions
|
|
@ -46,7 +46,7 @@
|
|||
width: 180px;
|
||||
}
|
||||
|
||||
& tr:nth-child(even) {
|
||||
& tr:nth-child(odd) {
|
||||
background-color: var(--primary-color-accent);
|
||||
}
|
||||
}
|
||||
|
|
@ -72,6 +72,18 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#load-more {
|
||||
background-color: var(--primary-color-accent);
|
||||
display: block;
|
||||
width: 100%;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
border: none;
|
||||
outline: none;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
.demolist .format {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue