Fix subscribe button responsive

pull/5593/head
Chocobozzz 2023-05-09 13:53:33 +02:00
parent f77043f96e
commit 2f63f629ad
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 8 additions and 2 deletions

View File

@ -79,6 +79,12 @@
cursor: pointer; cursor: pointer;
} }
.dropdown-item {
@media screen and (max-width: $mobile-view) {
white-space: normal;
}
}
.dropdown-item-neutral { .dropdown-item-neutral {
cursor: default; cursor: default;

View File

@ -29,7 +29,7 @@ describe('Test a videos overview', function () {
}) })
it('Should upload 5 videos in a specific category, tag and channel but not include them in overview', async function () { it('Should upload 5 videos in a specific category, tag and channel but not include them in overview', async function () {
this.timeout(30000) this.timeout(60000)
await wait(3000) await wait(3000)
@ -47,7 +47,7 @@ describe('Test a videos overview', function () {
}) })
it('Should upload another video and include all videos in the overview', async function () { it('Should upload another video and include all videos in the overview', async function () {
this.timeout(30000) this.timeout(60000)
{ {
for (let i = 1; i < 6; i++) { for (let i = 1; i < 6; i++) {