mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
fix(mobile): padding for the title
This commit is contained in:
@@ -70,6 +70,14 @@ class BasicWidget extends Component {
|
||||
return this;
|
||||
}
|
||||
|
||||
optCss(condition, name, value) {
|
||||
if (condition) {
|
||||
return this.css(name, value);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
contentSized() {
|
||||
this.css("contain", "none");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user