mirror of https://github.com/bra1n/townsquare.git
align h/v center when maximized
This commit is contained in:
parent
2db244b14b
commit
081bfbc695
|
@ -119,6 +119,8 @@ export default {
|
|||
max-height: 100%;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
justify-content: safe center;
|
||||
}
|
||||
|
||||
.modal-fade-enter,
|
||||
|
|
|
@ -214,6 +214,7 @@ ul {
|
|||
}
|
||||
}
|
||||
&.legend {
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Reference in New Issue