mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Merge branch 'issue-30-image-width' into 'master'
Fix presentation image width Closes #30 See merge request openlp/web-remote!50
This commit is contained in:
commit
2b8ffdc075
@ -26,6 +26,7 @@
|
|||||||
/* Images sent from OpenLP should be larger and should be sized based on viewer screen size */
|
/* Images sent from OpenLP should be larger and should be sized based on viewer screen size */
|
||||||
max-height: 75%;
|
max-height: 75%;
|
||||||
min-height: 88px;
|
min-height: 88px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.img-verse-text {
|
.img-verse-text {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user