mirror of
https://github.com/laurent22/joplin.git
synced 2025-04-01 21:24:45 +02:00
parent
61d3582357
commit
c2e1c4c1e1
@ -100,7 +100,7 @@ class HeaderComponent extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
determineButtonLabelState() {
|
determineButtonLabelState() {
|
||||||
const mediaQuery = window.matchMedia(`(max-width: ${550 * this.props.zoomFactor}px)`);
|
const mediaQuery = window.matchMedia(`(max-width: ${780 * this.props.zoomFactor}px)`);
|
||||||
const showButtonLabels = !mediaQuery.matches;
|
const showButtonLabels = !mediaQuery.matches;
|
||||||
|
|
||||||
if (this.state.showButtonLabels !== showButtonLabels) {
|
if (this.state.showButtonLabels !== showButtonLabels) {
|
||||||
@ -266,6 +266,7 @@ class HeaderComponent extends React.Component {
|
|||||||
fontSize: theme.fontSize,
|
fontSize: theme.fontSize,
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
cursor: 'default',
|
cursor: 'default',
|
||||||
|
whiteSpace: 'nowrap',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (showBackButton) {
|
if (showBackButton) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user