Skip to content

Instantly share code, notes, and snippets.

@phts
Last active July 20, 2018 17:24
Show Gist options
  • Save phts/1707468cc9ec04e22550 to your computer and use it in GitHub Desktop.
Save phts/1707468cc9ec04e22550 to your computer and use it in GitHub Desktop.
Fix and improve Web Skype UI
/* ==UserStyle==
@name Fix and improve Web Skype UI
@namespace https://github.com/phts/
@version 1.0.1
==/UserStyle== */
@-moz-document domain("web.skype.com") {
/* Make message textarea show text with line feeds and extra white spaces correctly */
textarea[name="messageInput"] {
white-space: pre-wrap !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment