Emoji picker, Search and Themes updates
This commit is contained in:
@ -88,7 +88,7 @@ input[type="checkbox"]:checked+label {
|
||||
color: #04a0c6;
|
||||
}
|
||||
|
||||
.side_element,.topbar,.post,.postform{
|
||||
.side_element,.topbar,.post,.postform,.searchmobile{
|
||||
box-shadow: 0px 0px 7px #000;
|
||||
}
|
||||
|
||||
@ -203,6 +203,10 @@ input[type="checkbox"]:checked+label {
|
||||
background-color: rgba(18,26,36,0.8);
|
||||
}
|
||||
|
||||
.searchmobile{
|
||||
background-color: rgb(18,26,36);
|
||||
}
|
||||
|
||||
.toggleblur {
|
||||
background-color: #d8a070;
|
||||
color: #121a24;
|
||||
|
@ -402,8 +402,7 @@ aside {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.postform {
|
||||
display:none;
|
||||
.postform,.searchmobile {
|
||||
position:fixed;
|
||||
width: 100vw !important;
|
||||
left:0px;
|
||||
@ -413,7 +412,7 @@ aside {
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#postform {
|
||||
#postform,#searchmobile {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
@ -392,6 +392,10 @@ aside {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#searchmobile {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.postform {
|
||||
width:650px;
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user