1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-15 07:53:03 -04:00

Clean up area above searched videos

This commit is contained in:
Korbs 2024-05-01 17:32:37 -04:00
parent 83d06e8584
commit c46d95c196
2 changed files with 34 additions and 17 deletions

View file

@ -1035,3 +1035,10 @@ a.icon-button > img {
width: 500px;
padding: 8px;
}
.search-options {
display: flex;
justify-content: space-evenly;
width: 100%;
max-width: 855px;
margin: auto;
}