/* Full screen options */

.#{$cssplayer}-fullscreen-view {

  .#{$css}-dashboard {
    width: $dashboard_width;
    bottom: 0;
  }

  .#{$css}-title-block {
    top: 0;
  }


  &.#{$cssplayer}-firefox-browser {
    .#{$css}-dashboard, .#{$css}-title-block {
      position: fixed;
      z-index: 100;
    }
  }

}
