Skip to content

Power BI "Fullscreen" by cjandcj

Details

Authorcjandcj

LicenseNo License

Categoryapp.powerbi.com/groups/me/reports

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This removes elements on the page like sidebars so that it's "fullscreen" without having to use the Power BI built in fullscreen.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           app.powerbi.com/groups/me/reports/70842879-1003-4c12-a0c9-1dac129296d0/ReportSection1ad569f380874b0200d2 - Jan 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document regexp("^https:\\/\\/app\\.powerbi\\.com\\/groups\\/me\\/reports\\/[^\\/]+\\/[^\\/]+\\?experience=power-bi$") {
    
    
[_nghost-app-id-c583] {
    display: none;
}
    
.fluent-theme[_nghost-app-id-c102], .fluent-theme [_nghost-app-id-c102] {
    display: none;
}
    
html:not([dir="rtl"]) [_nghost-app-id-c197] .outspacePane[_ngcontent-app-id-c197] {
    display: none;
}
    
#pbiThemed0 > top-bar {
    display: none;
}
    
#exploration-container-app-bars {
    display: none;
}
    
.explorationHost {

    top: 0px;
}
    
#pvExplorationHost > div > div > exploration > div > explore-canvas > div > div.canvasFlexBox > outspace-pane {
        display: none;
    }
    
#rootContent > tri-shell-panel-outlet > tri-extension-panel-outlet > mat-sidenav-container > mat-sidenav-content > div > app-navigation-pane > tri-nav-pane {
    display: none
    }
    
#content > tri-shell > tri-extension-page-outlet > div:nth-child(2) > report > exploration-container > div > div > docking-container > div > div > exploration-fluent-navigation {
    display: none;
    }
    
    
}

Reviews

No reviews yet.