PKM-er / media-extended

enhanced media(video/audio) playback for obsidian.md
https://mx.pkmer.net
MIT License
638 stars 54 forks source link

show tab title bar or menu buttons #381

Open hmnijp opened 5 months ago

hmnijp commented 5 months ago

2024-06-06 16-17-35

I and many other users turn off the “tab title bar” because it takes up unnecessary screen space and doesn't carry important information. But with this customization I don't have the menu, timestamp, screenshot buttons for your plugin, which makes it difficult to use.

You could add settings creating menu, timestamp, screenshot buttons on top of the video, or move this control to the context menu for when the “tab title bar” was disabled in the settings.

Using the css snippet I was able to enable the title bar only for the media extended tab, but I still wouldn't want to see it as it takes up screen space...

.workspace-leaf:has(.mx) .view-header {
    display: flex;
}