Skip to content

Instantly share code, notes, and snippets.

View BeardDesign1's full-sized avatar

Beard Design BeardDesign1

View GitHub Profile
.user-settings-modal .settings-header {max-width: 60px;}
/* HEADER */
.user-settings-modal .tab-bar.SIDE .tab-bar-header {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-header:after {
content: '\e700';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
@nirewen
nirewen / Discordify.theme.css
Last active June 20, 2023 19:40
Discordify - A theme that makes Discord looks like Spotify! v3.0.1 - New switches (because the old ones were ugly (puke)) and moar
//META{"name":"Discordify","description":"A Spotify inspired theme<br><br>No need to update this theme, it updates itself when you reload Discord","author":"Nirewen","version":"ersion: [Reload for latest version]"}*//{}
@import url("https://rawgit.com/nirewen/Discordify/master/css/main.css");
@gre
gre / easing.js
Last active June 27, 2024 15:37
Simple Easing Functions in Javascript - see https://github.com/gre/bezier-easing
/*
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See the COPYING file for more details.
*/
/*
* Easing Functions - inspired from http://gizma.com/easing/
* only considering the t value for the range [0, 1] => [0, 1]
*/
EasingFunctions = {