1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Adjusted New Note and New to-do buttons' breakpoints to happen earlier (#7961)

This commit is contained in:
Julien 2023-03-23 19:31:22 +08:00 committed by Laurent Cozic
parent a0f582b2b9
commit 45923ba0d3

View File

@ -12,9 +12,9 @@ const { connect } = require('react-redux');
const styled = require('styled-components').default;
enum BaseBreakpoint {
Sm = 160,
Md = 190,
Lg = 40,
Sm = 75,
Md = 80,
Lg = 120,
Xl = 474,
}
@ -50,6 +50,7 @@ const StyledButton = styled(Button)`
width: auto;
height: 26px;
min-height: 26px;
min-width: 37px;
max-width: none;
white-space: nowrap;