Files
cours/.obsidian.desktop/snippets/hide_excalibrain_ui.css
Oscar Plaisant 8100d33567 update
2024-03-28 23:40:47 +01:00

9 lines
182 B
CSS

.excalibrain-dropdown-wrapper {
display: none;
}
div.excalibrain-contentEl > div > div > div > footer.layer-ui__wrapper__footer.App-menu.App-menu_bottom {
display: none;
}