forked from MapComplete/MapComplete
Add ornament
This commit is contained in:
parent
bd6f325fc1
commit
641b59bca5
3 changed files with 27 additions and 15 deletions
|
@ -15,12 +15,15 @@
|
|||
.fullscreenmessage-content .featureinfobox-content {
|
||||
padding: 1em;
|
||||
top: var(--variable-title-height);
|
||||
/* 2em extra: padding from the title */
|
||||
max-height: calc(100vh - var(--variable-title-height)) !important;
|
||||
display: block;
|
||||
min-height: calc(100vh - var(--variable-title-height)) !important;
|
||||
position: absolute;
|
||||
overflow-y: auto;
|
||||
box-sizing: border-box;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between
|
||||
}
|
||||
|
||||
.fullscreenmessage-content .featureinfobox-titlebar {
|
||||
|
@ -32,7 +35,7 @@
|
|||
padding: 0.5em;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.fullscreenmessage-content .featureinfobox-tail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue