1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-15 17:31:14 +00:00
discourse-brand/desktop/desktop.scss

21 lines
549 B
SCSS

.login-modal #login-buttons:not(.hidden), .create-account #login-buttons:not(.hidden) {
min-width: 230px;
}
.modal-inner-container {
--modal-max-width: 48em;
}
.post-menu-area {
margin: 0;
}
.above-main-container-outlet.welcome-link-banner-connectors .welcome-wrapper, .below-site-header-outlet.welcome-link-banner-connector .welcome-wrapper {
box-shadow: none;
margin: 0;
}
.top-contributors--user {
white-space: nowrap;
.top-contributors--user-badge {
text-overflow: ellipsis;
overflow: hidden;
}
}