Skip to content

Commit

Permalink
Fixed: extra plugin icons breaking fullscreen tools UI
Browse files Browse the repository at this point in the history
Previously, the addition of the autoscroll icon to the toolbar meant that in fullscreen grid mode, the diva-right-tools spilled off of the toolbox because the 'Pages per row' label is wider than the 'Zoom level' label.

Now, we don't declare a width so that the toolbar size changes dynamically based on the width of the items within it, so the layout is never broken. (CSS overhauls coming for version 4.0).
  • Loading branch information
magoni committed Jun 3, 2015
1 parent cde25a0 commit 3ae90ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/css/diva.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
top: 0px;
right: 30px;
z-index: @fullscreenZIndex + 1;
width: 230px;
height: 73px;
padding: 15px;
.frame(@toolsFrame);
Expand Down

0 comments on commit 3ae90ea

Please sign in to comment.