Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

UX Refine WIP#302

Merged
dannycoates merged 10 commits intomozilla:masterfrom
youwenliang:ux-tweak
Jul 25, 2017
Merged

UX Refine WIP#302
dannycoates merged 10 commits intomozilla:masterfrom
youwenliang:ux-tweak

Conversation

@youwenliang
Copy link
Copy Markdown
Contributor

UX Refine WIP

Done:

  1. Add favicon
  2. Responsive tweaks for footer
  3. Some typography UI tweaks

Todo:

  1. Delete pop-up UI needs modification.
  2. Responsive design for file history list

<div class="send-logo">
<img src="/resources/send_logo.svg" alt="Send"/>
<h1 class="site-title">Send</h1>
<a href="./">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Can we just use "/" here?
Not sure if a leading zero will cause future issues if we ever do a nested directory structure for some reason.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, should work the same.

public/main.css Outdated
}

@media (max-device-width: 768px) {
@media (max-width: 768px) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs both rules @media (max-device-width: 768px), (max-width: 768px). And the one below too.
max-device-width takes care of phones and devices with different pixel densities. And max-width takes care of when you resize your browser on desktop.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was testing the desktop version, forgot to add the device part back!

@dannycoates dannycoates merged commit 0761fcf into mozilla:master Jul 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants