X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fmisc%2Flist-overflow.component.scss;h=b064185683a1a8eae348ab948e4704dc16c70ea6;hb=c2faa073d113f410275021ed4de4b60fef118c13;hp=084fe6bfddbb356581f8592648557bd59997fb89;hpb=fa12eacc014aae8094d108634371640f2695bf9f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/misc/list-overflow.component.scss b/client/src/app/shared/shared-main/misc/list-overflow.component.scss index 084fe6bfd..b06418568 100644 --- a/client/src/app/shared/shared-main/misc/list-overflow.component.scss +++ b/client/src/app/shared/shared-main/misc/list-overflow.component.scss @@ -1,5 +1,5 @@ -@use '_variables'; -@use '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; :host { width: 100%; @@ -7,6 +7,9 @@ .list-overflow-parent { overflow: hidden; + display: flex; + // For the menu icon + max-width: calc(100vw - 30px); } .list-overflow-menu {