Skip to content

Commit

Permalink
MDL-63674 core_messaging: Fix message drawer's shadow in RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Feb 25, 2019
1 parent 9e0958b commit 1e2491b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/bootstrapbase/less/moodle/message.less
Expand Up @@ -1366,6 +1366,12 @@
}
}

.dir-rtl {
.message-drawer {
box-shadow: 2px 2px 4px rgba(0, 0, 0, .08);
}
}

@media (max-width: 480px) {
.messaging-area-container {
.messaging-area {
Expand Down
3 changes: 3 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -9254,6 +9254,9 @@ a.ygtvspacer:hover {
.message-drawer .lazy-load-list {
overflow-y: auto;
}
.dir-rtl .message-drawer {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
@media (max-width: 480px) {
.messaging-area-container .messaging-area .messages-area.editing .messages-header {
height: 80px;
Expand Down

0 comments on commit 1e2491b

Please sign in to comment.