Last active
March 18, 2018 04:01
-
-
Save than/3919174 to your computer and use it in GitHub Desktop.
Put Simplenote in your Menubar – Fluid.app Userstyles
This file contains 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
/* ------------------------------------------------- | |
SIMPLENOTE IN YOUR MENUBAR / FLUID.APP USERSTYLES | |
Than Tibbetts | |
http://thanland.com/notes/put-simplenote-in-your-menubar-with-fluid | |
------------------------------------------------- */ | |
.wrapper { | |
top: 20px !important; | |
height: 92%; | |
} | |
.sidebar { | |
float: left; | |
width: 100% !important; | |
height: 50%; | |
background: none !important; | |
border-right: none !important; | |
border-bottom: 2px solid rgba(0, 0, 0, 0.398438); | |
border-bottom-left-radius: 0 !important; | |
} | |
.note { | |
position: relative !important; | |
float: left; | |
top: 50% !important; | |
height: 48% !important; | |
right: 0px !important; | |
left: 0px !important; | |
padding: 0 !important; | |
padding: none !important; | |
width: 100%; | |
} | |
#txtarea { | |
padding: 10px 5px 0 5px !important; | |
} | |
.tagbar { | |
left: 50% !important; | |
z-index:2; | |
} | |
.wrapper { | |
min-width: 445px; | |
} | |
.warn p { | |
padding: 4px; | |
} | |
.app { | |
position: relative; | |
height: 100%; | |
} | |
h1, .header, .footer, .fusionentire, #fusion_ad { | |
display: none; | |
padding: none; | |
} | |
#pagewrap { | |
width: auto !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment