]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix subscribe button responsive
authorChocobozzz <me@florianbigard.com>
Tue, 9 May 2023 11:53:33 +0000 (13:53 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 9 May 2023 11:53:33 +0000 (13:53 +0200)
client/src/app/shared/shared-user-subscription/subscribe-button.component.scss
server/tests/api/videos/videos-overview.ts

index 9727311167e2a043d32a6b98f3a07c4dafa0de0e..a39ce90e3475627794d0c46986912f3db98130f8 100644 (file)
       cursor: pointer;
     }
 
+    .dropdown-item {
+      @media screen and (max-width: $mobile-view) {
+        white-space: normal;
+      }
+    }
+
     .dropdown-item-neutral {
       cursor: default;
 
index c012d47c3fd6b1010bce894f1d1599b0c291b97d..6e723c5101b2e0f53cdcf4a6f124c6b8276f059d 100644 (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 () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     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 () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     {
       for (let i = 1; i < 6; i++) {