Home To log in, use the button in gomuks web settings.

Theme alexiatweaks-bubblemuks v5 by [@alexia:thomcat.rocks]

Extra stuff on top of Alexiatweaks + Bubblemuks Enable `layout.css.fit-content-function.enabled` in about:config on firefox

Last updated at 2026-01-30 02:08:21.48506 +0000 +0000

Changed things

Raw CSS (or without autoupdate) Version history Edit theme
To use the theme, paste this into your custom CSS:
@import url("https://css.gomuks.app/theme/alexiatweaks-bubblemuks.css");
.timeline-event:not(.small-event) .event-content {
  padding: 8px;
}
  
.timeline-event:not(.small-event) .event-content .message-text {
  margin-inline: 4px;
}
  
.timeline-event:not(.small-event):has(.media-container) .event-content .message-text {
  margin-top: 4px;
}
  
.timeline-event.own-event:not(.small-event) .event-content{
  background-color: var(--accent-color);
  color: var(--inverse-text);
}
  
.timeline-event.own-event:not(.small-event) .event-content a {
  color: var(--inverse-text);
  text-decoration: underline;
}

blockquote.reply-body .message-text,
blockquote.reply-body .event-sender {
  color: white!important;
}

.event-content {
  width: fit-content(90%)!important;
}

.timeline-list {
  max-width: 850px;
  margin: auto;
}

@media screen and (width <= 768px) {
    .timeline-event.own-event:not(.small-event) {
        transform: translateX(40px);
        .sender-avatar {
            display: none!important;
        }
    }
    .timeline-list { overflow-x: hidden; }
}

.event-send-status, .read-receipts {
  transform: translateX(-32px);
}