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

UX Refine WIP #302

Merged
merged 10 commits into from Jul 25, 2017
Merged

UX Refine WIP #302

merged 10 commits into from Jul 25, 2017

Conversation

youwenliang
Copy link
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

<script defer src="/l20n.min.js"></script>
</head>
<body>
<header class="header">
<div class="send-logo">
<img src="/resources/send_logo.svg" alt="Send"/>
<h1 class="site-title">Send</h1>
<a href="./">
Copy link
Collaborator

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
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
@@ -615,7 +678,7 @@ tbody {
margin-bottom: -5px;
}

@media (max-device-width: 768px) {
@media (max-width: 768px) {
Copy link
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
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.

None yet

4 participants