Created
December 22, 2016 11:14
-
-
Save marek-saji/39e29701b499dc3952127881c517b055 to your computer and use it in GitHub Desktop.
If you _have_ to use app.getflow.com, but want it to make just a bit less ugly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* better contrast for own messages */ | |
.direct-messages .chat-message-list-item[data-type="message"]:not(.edit-mode).yours .chat-message-list-item-content | |
{ | |
background-color: #3574a5; | |
} | |
/* super-sized emojis */ | |
#app-content .emoji-sizer:only-child | |
{ | |
transform: scale(1.5); | |
} | |
/* more distinctive code elements */ | |
#app-content code | |
{ | |
display: inline-block; | |
line-height: 1.2; | |
vertical-align: 0.1em; | |
background-color: #eee; | |
color: black !important; | |
border-radius: 0.1em; | |
padding: 0.2em 0.3em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment