mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
Merge branch 'MDL-69883' of https://github.com/paulholden/moodle
This commit is contained in:
commit
9419124654
theme
@ -659,8 +659,9 @@ $message-day-color: color-yiq($message-app-bg) !default;
|
||||
height: 100%;
|
||||
margin-top: 0;
|
||||
.conversationcontainer {
|
||||
max-height: calc(100vh - 50px);
|
||||
overflow: auto;
|
||||
.section {
|
||||
max-height: calc(100vh - 50px);
|
||||
}
|
||||
}
|
||||
div[role="main"] {
|
||||
height: 100%;
|
||||
|
@ -15474,9 +15474,8 @@ a.ygtvspacer:hover {
|
||||
#page-message-index #region-main {
|
||||
height: 100%;
|
||||
margin-top: 0; }
|
||||
#page-message-index #region-main .conversationcontainer {
|
||||
max-height: calc(100vh - 50px);
|
||||
overflow: auto; }
|
||||
#page-message-index #region-main .conversationcontainer .section {
|
||||
max-height: calc(100vh - 50px); }
|
||||
#page-message-index #region-main div[role="main"] {
|
||||
height: 100%; }
|
||||
#page-message-index #region-main div[role="main"] #maincontent {
|
||||
|
@ -15690,9 +15690,8 @@ a.ygtvspacer:hover {
|
||||
#page-message-index #region-main {
|
||||
height: 100%;
|
||||
margin-top: 0; }
|
||||
#page-message-index #region-main .conversationcontainer {
|
||||
max-height: calc(100vh - 50px);
|
||||
overflow: auto; }
|
||||
#page-message-index #region-main .conversationcontainer .section {
|
||||
max-height: calc(100vh - 50px); }
|
||||
#page-message-index #region-main div[role="main"] {
|
||||
height: 100%; }
|
||||
#page-message-index #region-main div[role="main"] #maincontent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user