Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

A couple of fixes for Morning and Zenburn themes #605

Merged
merged 1 commit into from
Jan 24, 2016
Merged

A couple of fixes for Morning and Zenburn themes #605

merged 1 commit into from
Jan 24, 2016

Conversation

xPaw
Copy link
Contributor

@xPaw xPaw commented Jan 23, 2016

  • Removes white background on #main which flashes while chat is loading
  • Removes 5px padding on the left of the whole window on mobile devices
  • Brings back nickname inside of input
  • Brings back Leave and Send buttons
  • Style buttons to be a darker style (leave, send, show more history)

Despite what the author of morning theme thinks, it's important to keep UI elements (leave/send buttons).

- Removes white background on `#main` which flashes while chat is loading
- Removes 5px padding on the left of the whole window on mobile devices
- Brings back Leave and Send buttons
- Style buttons to be a darker style (leave, send, show more history)
/* Hide unnecessary buttons */
#windows .header .button,
#form #submit {
display: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I agree with this. It's confusing if a user changes a theme and then can't leave any rooms on mobile. took me ages to figure out this is why there wasn't a leave button.

Copy link
Collaborator

Choose a reason for hiding this comment

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

👏

@astorije
Copy link
Collaborator

Hey @xPaw, could you post some before/after screenshots (and the small screen size equivalents when affected) for each of these please? :-)

@astorije astorije self-assigned this Jan 23, 2016
@xPaw
Copy link
Contributor Author

xPaw commented Jan 23, 2016

chrome_2016-01-24_01-27-15
chrome_2016-01-24_01-27-45

#form #input {
background-color: #2e3642;
border-color: #242a33;
color: #cccccc;
padding-left: 1em !important;
Copy link
Collaborator

Choose a reason for hiding this comment

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

image

@astorije
Copy link
Collaborator

👍

Thanks!

erming added a commit that referenced this pull request Jan 24, 2016
A couple of fixes for Morning and Zenburn themes
@erming erming merged commit 474b9f6 into erming:master Jan 24, 2016
@xPaw xPaw deleted the theme-fixes branch January 24, 2016 15:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants