mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add a user friendly message for when no results are found
This commit is contained in:
parent
dbc74164ab
commit
62d7abdd9e
4 changed files with 44 additions and 14 deletions
|
@ -69,6 +69,15 @@ fieldset, legend {
|
|||
|
||||
#filters-apply { text-align: end; }
|
||||
|
||||
/* Error message */
|
||||
|
||||
.no-results-error {
|
||||
text-align: center;
|
||||
line-height: 180%;
|
||||
font-size: 110%;
|
||||
padding: 15px 15px 125px 15px;
|
||||
}
|
||||
|
||||
/* Responsive rules */
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue