CSS cleanup

This commit is contained in:
chapoi 2023-11-23 12:39:09 +02:00
parent fd6bfdc082
commit 68753a3a75
1 changed files with 19 additions and 32 deletions

View File

@ -1,35 +1,6 @@
#discourse-modal { .d-modal.user-notes-modal {
.modal-body.user-notes-modal { .d-modal__container {
max-height: 80vh !important; width: 100%;
}
}
.show-user-notes-on-flags {
display: inline-block;
button {
display: inline;
padding: 0;
}
}
.show-user-notes-on-card {
button {
display: inline;
padding: 0;
}
}
.modal-body.user-notes-modal {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
textarea {
width: 98%;
@include breakpoint(mobile, min-width) {
min-width: 400px;
}
} }
.posted-by { .posted-by {
@ -69,6 +40,22 @@
} }
} }
.show-user-notes-on-flags {
display: inline-block;
button {
display: inline;
padding: 0;
}
}
.show-user-notes-on-card {
button {
display: inline;
padding: 0;
}
}
.user-notes-icon { .user-notes-icon {
.mobile-view & { .mobile-view & {
order: 2; order: 2;