You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
committed by
GitHub
parent
61d3582357
commit
c2e1c4c1e1
@@ -100,7 +100,7 @@ class HeaderComponent extends React.Component {
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
if (this.state.showButtonLabels !== showButtonLabels) {
|
||||
@@ -266,6 +266,7 @@ class HeaderComponent extends React.Component {
|
||||
fontSize: theme.fontSize,
|
||||
boxSizing: 'border-box',
|
||||
cursor: 'default',
|
||||
whiteSpace: 'nowrap',
|
||||
};
|
||||
|
||||
if (showBackButton) {
|
||||
|
Reference in New Issue
Block a user