Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions app/assets/stylesheets/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,21 @@ version of the editor is released. */
margin:3px 10px 10px;
width:30%;
}
/* Mobile fix: compact editor bottom bar */
@media (max-width: 480px) {
.imagebar {
padding: 4px 6px;
font-size: 12px;
}

.imagebar p {
padding: 4px 6px;
margin: 0;
}

.imagebar .progress-bar-container,
#side-progress {
width: 60%;
margin: 4px auto;
}
}
Loading