-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
New Coat of Paint #599
New Coat of Paint #599
Conversation
|
src/hub.html
Outdated
@@ -10,6 +10,7 @@ | |||
<link rel="shortcut icon" type="image/png" href="/favicon.ico"> | |||
<title>Get together | Hubs by Mozilla</title> | |||
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we've stopped using Zilla Slab completely. Might as well remove this font reference and cut the dead weight?
</p> | ||
<p> | ||
The <b>Bubble Toggle</b> hides avatars that enter your personal space. | ||
The <b>Pause/Resume Toggle</b> pauses all other avatars and lets you block others or remove objects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change the media "Delete" buttons to read "Remove" instead? There are three of them in the HTML: https://github.com/mozilla/hubs/blob/feature/new-coat-of-paint/src/hub.html#L171
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah yes, i meant to do this! thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments. LGTM!!
</div> | ||
<div className={styles.bottom}> | ||
<div> | ||
<FormattedMessage id="home.made_with_love" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-20 Vibe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know i know :/
min-height: 100%; | ||
z-index: 1; | ||
} | ||
|
||
:local(.header-content) { | ||
padding: 0.5em 1.75em 0.5em 1.75em; | ||
background-color: $darkest-transparent; | ||
background-color: white; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall reading a best practices doc at some point that mentioned it's a bit unsophisticated to use a fully-white white or a fully-black black in your design. I guess we do a lot of that, but perhaps something to keep in mind for the next iteration.
e.g. If feels like the bright white in both the header and the now blown-out background video draw my attention more than the actual UI elements.
|
||
@media (min-width: 769px) and (min-height: 421px) { | ||
flex: 1; | ||
} | ||
@media (max-width: 768px) , (max-height: 420px) { | ||
margin: 16px 8px; | ||
margin: 16px 0; | ||
padding: 2px 8px; | ||
} | ||
:local(.occupant-count) { | ||
margin: 0 12px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks better if you remove the margin-right on this, now that it's in a rounded container.
@@ -43,14 +43,16 @@ | |||
@extend %glass-text; | |||
|
|||
appearance: none; | |||
background-color: rgba(64, 64, 64, 0.2); | |||
background-color: white; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were images I forgot to convert to black, done
Refresh the style of the 2D parts of the app based on the new designs