mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add qr context menus
This commit is contained in:
@@ -44,4 +44,38 @@
|
||||
opacity: 1;
|
||||
filter: brightness(1.2);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.ctx-blocker {
|
||||
backdrop-filter: blur(1px);
|
||||
background-color: rgba(0 0 0 / 10%);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
.ctx-menu {
|
||||
position: fixed;
|
||||
overflow: visible;
|
||||
}
|
||||
.list-group .list-group-item.ctx-header {
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
.ctx-item + .ctx-header {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
.ctx-item {
|
||||
position: relative;
|
||||
}
|
||||
.ctx-item.ctx-has-children:after {
|
||||
content: " >";
|
||||
}
|
||||
.ctx-sub-menu {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
}
|
Reference in New Issue
Block a user