Fandom Developers Wiki
Tag: Source edit
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
   
 
Any way to do that? [[User:Joshuabirger|Joshuabirger]] ([[User talk:Joshuabirger|talk]]) 01:00, 21 October 2021 (UTC)
 
Any way to do that? [[User:Joshuabirger|Joshuabirger]] ([[User talk:Joshuabirger|talk]]) 01:00, 21 October 2021 (UTC)
  +
  +
<syntaxhighlight lang="css">
  +
.global-navigation {
  +
left: 0;
  +
}
  +
  +
.search-modal, .search-modal::before {
  +
left: 66px;
  +
}
  +
</syntaxhighlight>
  +
: {{raw:w::User:HumansCanWinElves/Signature}} 08:30, 21 October 2021 (UTC)
  +
::I add this to my personal css, right? [[User:Joshuabirger|Joshuabirger]] ([[User talk:Joshuabirger|talk]]) 13:54, 21 October 2021 (UTC)
  +
::: Yep, below the imports as always. {{raw:w::User:HumansCanWinElves/Signature}} 14:58, 21 October 2021 (UTC)
  +
::::Can i import it globally(plus that css snippet)?[[User:Joshuabirger|Joshuabirger]] ([[User talk:Joshuabirger|talk]]) 16:22, 21 October 2021 (UTC)
  +
::::: Yes, I don't see any issue with doing it globally. {{raw:w::User:HumansCanWinElves/Signature}} 05:14, 22 October 2021 (UTC)

Latest revision as of 05:14, 22 October 2021

Any way to make this not hidden by defualt?

Any way to do that? Joshuabirger (talk) 01:00, 21 October 2021 (UTC)

.global-navigation {
    left: 0;
}

.search-modal, .search-modal::before {
    left: 66px;
}
Nam 08:30, 21 October 2021 (UTC)
I add this to my personal css, right? Joshuabirger (talk) 13:54, 21 October 2021 (UTC)
Yep, below the imports as always. Nam 14:58, 21 October 2021 (UTC)
Can i import it globally(plus that css snippet)?Joshuabirger (talk) 16:22, 21 October 2021 (UTC)
Yes, I don't see any issue with doing it globally. Nam 05:14, 22 October 2021 (UTC)