Increase search result font size on mobile
This commit is contained in:
parent
189f57afdd
commit
dd007c4015
@ -102,12 +102,14 @@ body {
|
|||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#geosearch {
|
#searchwrapper {
|
||||||
width: 100%;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
#searchwrapper .ui-accordion-header {
|
||||||
#geosearchwrapper img {
|
padding: 0.3em 0;
|
||||||
display: none;
|
}
|
||||||
|
#searchwrapper li {
|
||||||
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatcontrols {
|
#chatcontrols {
|
||||||
|
@ -1200,12 +1200,12 @@ table.artifact .portal {
|
|||||||
color: #ffce00;
|
color: #ffce00;
|
||||||
outline: none
|
outline: none
|
||||||
}
|
}
|
||||||
.cellscore .ui-accordion-header::before {
|
.cellscore .ui-accordion-header:before {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
content: "⊞";
|
content: "⊞";
|
||||||
}
|
}
|
||||||
.cellscore .ui-accordion-header-active::before {
|
.cellscore .ui-accordion-header-active:before {
|
||||||
content: "⊟";
|
content: "⊟";
|
||||||
}
|
}
|
||||||
g.checkpoint:hover circle {
|
g.checkpoint:hover circle {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user