Merge pull request #77 from 0hAodha/minorFixesV2
Fixed public message positioning and icon size. Fixed text overflow on mobile
This commit is contained in:
@ -235,6 +235,17 @@ export default {
|
|||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#publicMessageImage{
|
||||||
|
max-width: 70%;
|
||||||
|
max-height: 70%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: auto;
|
||||||
|
margin-bottom: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
/*Positioning rows*/
|
/*Positioning rows*/
|
||||||
#dateDiv{top: 16%;}
|
#dateDiv{top: 16%;}
|
||||||
#positionDiv{top: 29%;}
|
#positionDiv{top: 29%;}
|
||||||
@ -260,5 +271,8 @@ export default {
|
|||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#originDiv, #destinationDiv{
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -692,13 +692,13 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#searchBar{
|
#searchBar{
|
||||||
width: 100px;
|
width: 130px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchContainer{
|
#searchContainer{
|
||||||
left: 10px;
|
left: 10px;
|
||||||
width: 120px;
|
width: 150px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Reference in New Issue
Block a user