Add a context menu to the photo slot (closes #146)

This commit is contained in:
Oliver-Akins 2024-03-30 22:52:45 -06:00
parent e54857023b
commit 3a5a3ecc38
2 changed files with 24 additions and 1 deletions

View file

@ -1,7 +1,7 @@
@use "../mixins/material" as material;
.dotdungeon.style-v3 > .window-content {
nav {
nav:not(#context-menu) {
display: flex;
flex-direction: row;
overflow-x: auto;