Compare commits

..

No commits in common. "496f93a66f877fe6364abd6a3df890087e974df4" and "cfaf9567c27ea0ed0710c957252f6c77d217670e" have entirely different histories.

View file

@ -8,15 +8,21 @@
/** jormungandr css **/
/* allow pixelated pfps to exist */
.inner {
image-rendering: pixelated;
}
/* hide default emoji list on main page */
/* (you cant even set this woithout changing code, why is it there?) */
div.emojis:nth-child(6) {
display: none;
visibility: hidden;
}
/* hide the public note view on main page */
.civpbkhh {
display: none;
visibility: hidden;
}
/* Make foreground of mobile pencil icon dark */
@ -24,6 +30,19 @@ div.emojis:nth-child(6) {
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 */
#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)
@ -41,7 +60,7 @@ html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvs
/* hide icon */
html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvsbo div.top div.main img.icon {
display: none;
visibility: hidden;
}
@ -252,10 +271,10 @@ section.modal._popup>div.form>textarea {
display: none;
}
/* Koppers Pixelated Image CSS
/* Koppers Pixelated Image CSS */
.emoji>img,
.MkCustomEmoji-root-eJ4G,
.mk-emoji.custom,
.custom-emoji {
image-rendering: pixelated;
}*/
}