mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-06-15 17:31:14 +00:00
10 lines
203 B
SCSS
10 lines
203 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;
|
|
}
|