Browse Source

Ensure ui stays on the left edge when in fullscreen.

pull/231/head
Evan Theurer 11 years ago
parent
commit
ba94a6e532
  1. 1
      src/styles/global/_base.scss

1
src/styles/global/_base.scss

@ -39,6 +39,7 @@ body { @@ -39,6 +39,7 @@ body {
> .ui {
height: 100%;
left: 0;
min-width: $buddylist-width;
position: absolute;
width: 100%;

Loading…
Cancel
Save