Skip to content

Commit

Permalink
🎨 #13623
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 30, 2024
1 parent 68c82ea commit 114eb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/protyle/toolbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ export class Toolbar {
this.subElement.style.width = "";
this.subElement.style.padding = "";
this.subElement.innerHTML = `<div style="max-height:50vh" class="fn__flex">
<div class="fn__flex-column" style="${isMobile() ? "width: 100%" : "min-width: 260px;max-width:50vw"}">
<div class="fn__flex-column" style="${isMobile() ? "width: 100%" : "width: 280px"}">
<div class="fn__flex" style="margin: 0 8px 4px 8px">
<input class="b3-text-field fn__flex-1"/>
<span class="fn__space"></span>
Expand Down

0 comments on commit 114eb03

Please sign in to comment.