feat: add button to header

This commit is contained in:
Kentai Radiquum 2024-09-15 00:57:17 +05:00
parent bde6476631
commit 6d799ebd79
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 15 additions and 2 deletions

View file

@ -766,6 +766,10 @@ video {
gap: 2rem;
}
.gap-1 {
gap: 0.25rem;
}
.overflow-x-hidden {
overflow-x: hidden;
}
@ -844,6 +848,11 @@ video {
padding-bottom: 2rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}