Skip to content

Commit

Permalink
fix small screens table view
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Ilin committed Sep 17, 2024
1 parent d827c73 commit 9127c1c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sass/partials/_listbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,21 @@
.dataTables_length {
float: left !important;
}
}

@media screen and (max-width: 1460px) {
.mod_turnitintooltwo_listbar {
font-size: 13px;
}
}

@media screen and (max-width: 1260px) {
.mod_turnitintooltwo_listbar {
font-size: 12px;
}

.mod_turnitintooltwo_listbar .mod_turnitintooltwo_messages_inbox,
.mod_turnitintooltwo_listbar .mod_turnitintooltwo_refresh_link {
margin-left: 5px;
}
}
14 changes: 14 additions & 0 deletions sass/partials/_part_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,18 @@
.mod_turnitintooltwo .peermark_loading_row {
text-align: center;
margin:0 auto 8px;
}

@media screen and (max-width: 1400px) {
td.cell {
position: relative;
}

.mod_turnitintooltwo_part_details .editable-click {
position: unset;
&:before {
top: 10px;
right: 10px;
}
}
}

0 comments on commit 9127c1c

Please sign in to comment.