鏡像自
https://github.com/trezor/trezor-wallet
synced 2025-07-04 13:52:38 +00:00
Merge pull request #546 from trezor/fix/pin-modal-width
Fix/Force max width for pin modal
This commit is contained in:
當前提交
5a926dc1cb
@ -23,12 +23,12 @@ type State = {
|
|||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
padding: 30px 48px;
|
padding: 30px 48px;
|
||||||
|
max-width: 260px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const InputWrapper = styled.div`
|
const InputWrapper = styled.div`
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
max-width: 260px;
|
|
||||||
`;
|
`;
|
||||||
const PinRow = styled.div`
|
const PinRow = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
|
載入中…
新增問題並參考
Block a user