mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
UI nested instead (#5125)
* Support multiple calls to PluginApi.patch.instead for a component. Allow calling the original/chained function from the hook function. * Add example of new usage of instead * Update documentation
This commit is contained in:
@@ -33,4 +33,15 @@
|
||||
.scene-performer-popover .image-thumbnail {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
|
||||
.example-react-component-custom-overlay {
|
||||
display: block;
|
||||
font-weight: 900;
|
||||
height: 100%;
|
||||
opacity: 0.25;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 8;
|
||||
}
|
||||
Reference in New Issue
Block a user