Skip to content

Commit

Permalink
Adapt Write toolbar responsive to view Export
Browse files Browse the repository at this point in the history
  • Loading branch information
llaske committed Nov 3, 2021
1 parent 63e7e86 commit 3ec80da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activities/Write.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ body {
}
}

@media only screen and (min-width: 924px) {
@media only screen and (min-width: 981px) {
#sub-script {
display: inline-block;
}
Expand All @@ -259,7 +259,7 @@ body {
}
}

@media only screen and (min-width: 1033px) {
@media only screen and (min-width: 1081px) {
#edit-undo {
display: inline-block;
}
Expand All @@ -268,7 +268,7 @@ body {
}
}

@media only screen and (min-width: 1081px) {
@media only screen and (min-width: 870px) {
#export {
display: inline-block;
}
Expand Down

0 comments on commit 3ec80da

Please sign in to comment.