Skip to content

Instantly share code, notes, and snippets.

@Microtribute
Created July 29, 2020 12:58
Show Gist options
  • Save Microtribute/fb6d5665666f54787e7c705008b61f55 to your computer and use it in GitHub Desktop.
Save Microtribute/fb6d5665666f54787e7c705008b61f55 to your computer and use it in GitHub Desktop.
/*
* Quick Tags Google Chrome Extension
* https://chrome.google.com/webstore/detail/quick-tabs/jnjfeinjfmenlddahdjdmgpbokiacbbb
*
* Custom comfortable style
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
font-family: 'Roboto', sans-serif;
}
body {
zoom: 1.2;
padding-top: 60px;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
width: 600px;
}
input[type="text"] {
position: fixed;
height: 30px;
width: 100%;
top: 0;
left: 0;
text-align: center;
font-family: 'Roboto', sans-serif;
}
@jlinarez1
Copy link

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment