Emoji picker, Search and Themes updates
This commit is contained in:
@ -204,7 +204,7 @@ input[type="checkbox"]:checked+label {
|
||||
border: 1px solid #8fa9b8;
|
||||
}
|
||||
|
||||
.postform {
|
||||
.postform,.searchmobile {
|
||||
background-color: white;
|
||||
border: 1px solid #8fa9b8
|
||||
}
|
||||
|
@ -394,8 +394,7 @@ aside {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.postform {
|
||||
display:none;
|
||||
.postform,.searchmobile {
|
||||
position:fixed;
|
||||
width: 100vw !important;
|
||||
left:0px;
|
||||
@ -405,7 +404,7 @@ aside {
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#postform {
|
||||
#postform,#searchmobile {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
@ -383,6 +383,10 @@ aside {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#searchmobile {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.postform {
|
||||
width:650px;
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user