mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Fix modal positioning in item detail
This commit is contained in:
@ -170,11 +170,12 @@ textarea.markdown-editor {
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
.ui.modal.keep-small {
|
||||
width: inherit;
|
||||
margin: 0 0 0 1rem;
|
||||
}
|
||||
|
||||
.ui.dimmer.keep-small {
|
||||
justify-content: start;
|
||||
}
|
||||
.ui.modal.keep-small {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user