Browse Source

Moves notice to footer

main
Eric Amodio 1 year ago
parent
commit
432065c98e
2 changed files with 11 additions and 2 deletions
  1. +3
    -2
      src/webviews/apps/welcome/welcome.html
  2. +8
    -0
      src/webviews/apps/welcome/welcome.scss

+ 3
- 2
src/webviews/apps/welcome/welcome.html View File

@ -430,8 +430,6 @@
Rich integrations with GitHub & GitLab provide more detailed hover information for auto-linked
issues and pull requests, pull requests associated with branches and commits, and avatars.
</p>
<p>✨ Requires a trial or subscription to use this on privately hosted repos</p>
</section>
<section class="welcome__section welcome__section-bar">
<h2>Get Started</h2>
@ -568,6 +566,9 @@
</nav>
</section>
</main>
<footer>
<p>✨ Requires a trial or subscription to use this on privately hosted repos</p>
</footer>
#{endOfBody}
<style nonce="#{cspNonce}">
@font-face {

+ 8
- 0
src/webviews/apps/welcome/welcome.scss View File

@ -60,6 +60,10 @@ h4 {
font-weight: normal;
}
footer {
margin-top: 3.2rem;
}
.checkbox {
cursor: pointer;
position: relative;
@ -370,6 +374,10 @@ gk-card p {
display: flex;
flex-direction: column;
}
footer {
margin-top: 0;
}
}
@media (min-width: 880px) {

Loading…
Cancel
Save