mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: fix logo spacing
This commit is contained in:
parent
5e38153b36
commit
0941d72960
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
|||
<div
|
||||
class="uk-width-1-1 uk-flex uk-flex-middle uk-flex-between"
|
||||
style="margin-bottom: 100px; height: 50px;"
|
||||
:style="{ padding: collapseText ? '0' : '0 14px', transition: enableAnimations ? 'padding 400ms;' : '' }"
|
||||
:style="{
|
||||
padding: collapseText ? '0' : '0 26px 0 14px',
|
||||
transition: enableAnimations ? 'padding 400ms;' : '',
|
||||
}"
|
||||
:class="{ 'uk-flex uk-flex-center': collapsed }"
|
||||
>
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue