mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
no width on submit-panel helps small phones
This commit is contained in:
parent
9a5ded48cf
commit
4f061ee444
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ input {
|
||||||
bottom: 35px;
|
bottom: 35px;
|
||||||
}
|
}
|
||||||
.submit-panel {
|
.submit-panel {
|
||||||
width: 50%;
|
// don't specify width; needs to auto-size for smallest phones
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue