X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmodal%2Fwelcome-modal.component.scss;h=c04772546102ffd7addbafa340242bdde8e9c0bb;hb=80c7779efeab644410dee2f21428322b1f0e3500;hp=6214f3b9d047a35e2f7daaa08d048410bc357c18;hpb=4282dafc826f5ca72598aa5446122eb6da3aed27;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index 6214f3b9d..c04772546 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss @@ -12,9 +12,14 @@ margin-top: 50px; } +.mascot-fw { + width: 170px; +} + .mascot { display: block; min-width: 170px; + margin-right: 2rem; } .subtitle { @@ -73,6 +78,7 @@ li { .configure-instance-button { @include peertube-button; @include orange-button; + @include disable-default-a-behaviour; display: inline-block; }