forked from leftypol/leftypol
Merge pull request 'style.css: better user options panel on mobile' (#132) from fix-options-panel-mobile into config
Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/132
This commit is contained in:
commit
8bc9a22920
1 changed files with 3 additions and 8 deletions
|
@ -1040,16 +1040,10 @@ pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
#options_div {
|
#options_div {
|
||||||
width: 600px;
|
width: 620px;
|
||||||
height: 360px;
|
|
||||||
/* width: 620px;
|
|
||||||
height: 400px;
|
height: 400px;
|
||||||
resize: both;
|
|
||||||
overflow: auto;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#alert_div {
|
#alert_div {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
@ -1126,7 +1120,8 @@ pre {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-top: 0px;
|
max-width: 620px;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentioned {
|
.mentioned {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue