mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
Compare commits
3 commits
cfaf9567c2
...
496f93a66f
Author | SHA1 | Date | |
---|---|---|---|
496f93a66f | |||
366d94f435 | |||
f13bb2649a |
1 changed files with 5 additions and 24 deletions
|
@ -8,21 +8,15 @@
|
||||||
|
|
||||||
/** 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) {
|
||||||
visibility: hidden;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide the public note view on main page */
|
/* hide the public note view on main page */
|
||||||
.civpbkhh {
|
.civpbkhh {
|
||||||
visibility: hidden;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make foreground of mobile pencil icon dark */
|
/* Make foreground of mobile pencil icon dark */
|
||||||
|
@ -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)
|
||||||
|
@ -60,7 +41,7 @@ html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvs
|
||||||
|
|
||||||
/* hide icon */
|
/* hide icon */
|
||||||
html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvsbo div.top div.main img.icon {
|
html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvsbo div.top div.main img.icon {
|
||||||
visibility: hidden;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -271,10 +252,10 @@ section.modal._popup>div.form>textarea {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Koppers Pixelated Image CSS */
|
/* Koppers Pixelated Image CSS
|
||||||
.emoji>img,
|
.emoji>img,
|
||||||
.MkCustomEmoji-root-eJ4G,
|
.MkCustomEmoji-root-eJ4G,
|
||||||
.mk-emoji.custom,
|
.mk-emoji.custom,
|
||||||
.custom-emoji {
|
.custom-emoji {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}*/
|
||||||
|
|
Loading…
Reference in a new issue