mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
roll that back tho
This commit is contained in:
parent
cfaf9567c2
commit
f13bb2649a
1 changed files with 0 additions and 19 deletions
|
@ -8,12 +8,6 @@
|
||||||
|
|
||||||
/** jormungandr css **/
|
/** jormungandr css **/
|
||||||
|
|
||||||
|
|
||||||
/* allow pixelated pfps to exist */
|
|
||||||
.inner {
|
|
||||||
image-rendering: pixelated;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* hide default emoji list on main page */
|
/* hide default emoji list on main page */
|
||||||
/* (you cant even set this woithout changing code, why is it there?) */
|
/* (you cant even set this woithout changing code, why is it there?) */
|
||||||
div.emojis:nth-child(6) {
|
div.emojis:nth-child(6) {
|
||||||
|
@ -30,19 +24,6 @@ div.emojis:nth-child(6) {
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* transparency to menuBar and navbar and widgets */
|
|
||||||
/*
|
|
||||||
#iceshrimp_app div.dkgtipfy.isMobile div.buttons {
|
|
||||||
opacity: var(--transparency);
|
|
||||||
}
|
|
||||||
|
|
||||||
#iceshrimp_app div.dkgtipfy.isMobile div.menuDrawer {
|
|
||||||
opacity: var(--transparency);
|
|
||||||
}
|
|
||||||
.widgetsDrawer {
|
|
||||||
opacity: var(--transparency);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
/* make "new beeps available" button have proper radius */
|
/* make "new beeps available" button have proper radius */
|
||||||
#iceshrimp_app #maincontent div div div._root_b6w6v_1 div._content_b6w6v_6 div.cmuxhskf div.tl._block div.swiper.swiper-virtual.swiper-initialized.swiper-horizontal.swiper-watch-progress div.swiper-wrapper div.swiper-slide.swiper-slide-visible div.new button._buttonPrimary._shadow {
|
#iceshrimp_app #maincontent div div div._root_b6w6v_1 div._content_b6w6v_6 div.cmuxhskf div.tl._block div.swiper.swiper-virtual.swiper-initialized.swiper-horizontal.swiper-watch-progress div.swiper-wrapper div.swiper-slide.swiper-slide-visible div.new button._buttonPrimary._shadow {
|
||||||
border-radius: var(--radius)
|
border-radius: var(--radius)
|
||||||
|
|
Loading…
Reference in a new issue