X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-library%2Fmy-videos%2Fmy-videos.component.scss;h=6c2ef6f76ff3794cc898ec228a60026a6b330395;hb=9df52d660feb722404be00a50f3c8a612bec1c15;hp=a03baa0561dedca2a0d171ba01877638e1df4bac;hpb=0f7407d926cf7774f8f730dba08327569c11680c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-library/my-videos/my-videos.component.scss b/client/src/app/+my-library/my-videos/my-videos.component.scss index a03baa056..6c2ef6f76 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.scss +++ b/client/src/app/+my-library/my-videos/my-videos.component.scss @@ -1,10 +1,15 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; input[type=text] { @include peertube-input-text(300px); } +.peertube-select-container { + @include peertube-select-container(auto); + @include margin-left(0.5rem); +} + h1 { display: flex; justify-content: space-between; @@ -15,31 +20,32 @@ h1 { @include button-with-icon(18px, 3px, -1px); &:not(:last-child) { - margin-right: 10px; + @include margin-right(10px); } } } .action-button-delete-selection { - display: inline-block; - @include peertube-button; @include orange-button; @include button-with-icon(21px); + display: inline-block; + my-global-icon { @include apply-svg-color(#fff); } } .action-button { + @include margin-left(10px); + display: flex; - margin-left: 10px; align-self: flex-end; } my-edit-button { - margin-right: 10px; + @include margin-right(10px); } @include on-small-main-col { @@ -53,8 +59,9 @@ my-edit-button { } .action-button { + @include margin-left(auto); + margin-top: 10px; - margin-left: auto; } } @@ -63,11 +70,15 @@ my-edit-button { flex-direction: column; input[type=text] { - width: 100% !important; + width: 100%; + margin-bottom: 12px; + } + .peertube-select-container { + @include margin-left(0); } } .action-button { - margin-left: 0; + @include margin-left(0); } }