1
0
mirror of https://github.com/privacyguides/discourse-brand.git synced 2025-06-19 19:34:25 +00:00

Initial commit

This commit is contained in:
2022-10-03 19:20:14 -05:00
commit 96ac333938
13 changed files with 368 additions and 0 deletions

9
desktop/desktop.scss Normal file
View File

@ -0,0 +1,9 @@
.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;
}