We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60b0d7 commit e5d4e17Copy full SHA for e5d4e17
2 files changed
src/ol_openedx_chat/ol_openedx_chat/static/css/ai_chat.css
@@ -113,3 +113,13 @@
113
.video {
114
margin: 0 0;
115
}
116
+
117
+@media (min-width: 768px) {
118
+ .wrap-instructor-info {
119
+ display: flex !important;
120
+ flex-wrap: wrap;
121
+ gap: 10px;
122
+ width: 100%;
123
+ flex-shrink: 0;
124
+ }
125
+}
src/ol_openedx_chat/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ol-openedx-chat"
3
-version = "0.5.6"
+version = "0.5.7"
4
description = "An Open edX plugin to add Open Learning AI chat aside to xBlocks"
5
authors = [
6
{name = "MIT Office of Digital Learning"}
0 commit comments