Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAK-50358 Responsiveness of Assignment and Chat Room tools #13237

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Next Next commit
SAK-50358 Responsive of Assignment and Chatroom tools
i-a-m-s-k committed Aug 11, 2024
commit 9b27498ed5fab81683df4044bb42d6a99faa20fd
3 changes: 2 additions & 1 deletion library/src/skins/default/src/sass/modules/tool/_table.scss
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@ table{
display: block;
margin: 3em 0;
overflow: auto;
width: fit-content;
//SAK-50358 Responsiveness of Assignment and Chatroom tools
width: 100%;
}
tr{
td {
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@
@media #{$tablet} {
display: block;
}
// SAK-50358 Responsiveness of Assignment and Chatroom tools
@media #{$smallPhone} {
display: flex;
}
li {
a {
padding: 10px 9px;
Original file line number Diff line number Diff line change
@@ -128,6 +128,11 @@
width: 26vw;
height: auto;
}

// SAK-50358 Responsiveness of Assignment and Chatroom tools
.portal-main-container {
display: block !important;
}
}

#sakai-system-indicators {