Skip to content

Fix #1166 - Duplicate buttons on small screens #1167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions templates/community/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,6 @@
</ul>
</div>
</div>

<div class="flex flex-column flex-row-l dn-m">
<div class="w-33-l mh3-l pt0 flex flex-column justify-start" id="users-forum">
<a href="https://users.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a>
</div>

<div class="w-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="internals-forum">
<a href="https://internals.rust-lang.org" class="button button-secondary">{{fluent "community-discourse-button"}}</a>
</div>

<div class="w-33-l mh3-l pt4 pt0-l flex flex-column justify-start" id="chat-platforms">
{{!-- TODO: remove padding and margin once global declarations are gone --}}
<ul class="list pa0 ma0">
<li class="mb3">
<a href="https://discord.gg/rust-lang" class="button button-secondary">{{fluent "discord"}}</a>
</li>
<li class="mb3">
<a href="{{baseurl}}/governance" class="button button-secondary">{{fluent "community-teams-learn"}}</a>
</li>
</ul>
</div>
</div>
</div>
</section>

Expand Down