Merge pull request #77 from 0hAodha/minorFixesV2

Fixed public message positioning and icon size. Fixed text overflow on mobile
This commit is contained in:
2023-03-29 17:53:16 +01:00
committed by GitHub
2 changed files with 16 additions and 2 deletions

View File

@ -692,13 +692,13 @@ export default {
}
#searchBar{
width: 100px;
width: 130px;
color: white;
}
#searchContainer{
left: 10px;
width: 120px;
width: 150px;
height: 40px;
display: flex;
justify-content: center;