meguca is an anonymous, real-time imageboard software. below are some resources to improve the user experience on sites that run it, such as mokachan and kofriends.
#claude functionality back to mokachan using the openrouter api.#watch-video > * {
pointer-events: auto;
cursor: pointer;
}
.nekotv-theater #right-content {
width: 30%;
}
.nekotv-theater .reply-form:not(.preview) {
left: auto;
}
#watch-panel .player-controls {
right: auto;
left: 10px;
}
#thread-container > article,
.index-thread > article {
width: 60em;
max-width: 95vw;
box-sizing: border-box;
}
body:not(.nekotv-theater) #thread-container,
body:not(.nekotv-theater) .index-thread {
align-items: center !important;
}
body:not(.nekotv-theater) .reply-form:not(.preview) {
left: 50% !important;
transform: translateX(-50%);
margin-left: 0 !important;
margin-right: 0 !important;
}
.glass.filtered {
height: 0 !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border-width: 0 !important;
overflow: hidden !important;
}
.glass.editing.reply-form{
right: 50% !important;
left: 30%!important;
bottom: 500px !important;
position: fixed!important;
z-index: 55!important;
width:35%!Important;
}
#user-background {
background-position: top center;
}