Last active
July 20, 2018 17:24
-
-
Save phts/1707468cc9ec04e22550 to your computer and use it in GitHub Desktop.
Fix and improve Web Skype UI
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
/* ==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