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
# github.com/raphsilva, October 2020 | |
# Have all your MIDI files in a 'files' folder and run this script from one level above that folder. | |
# The fixed files will be in the same 'files' folder, renamed with a '_f' suffix. | |
# MAKE A BACKUP OF YOUR FILES BEFORE RUNNING! | |
import os | |
for filepath in os.listdir('files'): |
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
.status img.emojione, | |
.detailed-status img.emojione, | |
.notification img.emojione { | |
transition: 0.1s; | |
} | |
.status img.emojione:hover, | |
.detailed-status img.emojione:hover, | |
.notification img.emojione:hover { | |
transform: scale(4); |