mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 19:33:44 +08:00
UX: Increase width & center category reorder input (#10928)
This commit is contained in:
parent
e8ebaad771
commit
5f26c36834
|
@ -4,9 +4,10 @@
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
input {
|
input[type="text"] {
|
||||||
width: 2.333em;
|
max-width: 2.5em;
|
||||||
padding: 4px;
|
padding: 0.35em;
|
||||||
|
text-align: center;
|
||||||
@include breakpoint(mobile-extra-large) {
|
@include breakpoint(mobile-extra-large) {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user