Compare commits
No commits in common. "a997268a2b36836e0df1fb7a18de14c722467ddb" and "55f54d2835f22bdd0ef106f5939edd66f8dee5e8" have entirely different histories.
a997268a2b
...
55f54d2835
2 changed files with 5 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');
|
||||
|
||||
:root {
|
||||
/*
|
||||
* Visit https://fonts.google.com and select one to your liking.
|
||||
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC
|
||||
*/
|
||||
--font: "comic neue";
|
||||
/*
|
||||
* ~~DO NOT TOUCH~~
|
||||
* Removing this will display an annoying update banner.
|
||||
*/
|
||||
--update-notice-1: none;
|
||||
}
|
5
Snippets/FixUserPopout.css
Normal file
5
Snippets/FixUserPopout.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
:root {
|
||||
.userPopoutOverlayBackground-3A0Pcz {
|
||||
max-height: 60vh;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue