diff --git a/activities/LabyrinthJS.activity/css/activity.css b/activities/LabyrinthJS.activity/css/activity.css index f367d560e..a8ce62633 100644 --- a/activities/LabyrinthJS.activity/css/activity.css +++ b/activities/LabyrinthJS.activity/css/activity.css @@ -354,25 +354,13 @@ body { visibility: hidden; width: 0px; } - - #sub-toolbar #fontminus-button { - visibility: hidden; - } - - #sub-toolbar #font-button { - visibility: hidden; - } - #fontpalette { - left: 0px !important; - } - - #sub-toolbar #fontplus-button { - visibility: hidden; - } + left: initial !important; + right: 0px !important; + } } -@media screen and (max-width: 810px) { +@media screen and (max-width: 820px) { .search-field-input { width: 120px; } @@ -394,6 +382,22 @@ body { visibility: hidden; width: 0px; } + + #sub-toolbar #fontminus-button { + display: none; + } + + #sub-toolbar #font-button { + display: none; + } + + #fontpalette { + left: 0px !important; + } + + #sub-toolbar #fontplus-button { + display: none; + } } @media screen and (max-width: 682px) {