mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-04-19 13:38:34 -04:00
Update all dependencies to latest compatible versions, replacing 10 individual Dependabot PRs with a single batch update. Notable Python updates: - flask 3.1.2 → 3.1.3 - gunicorn 23.0.0 → 25.1.0 - sqlalchemy 2.0.41 → 2.0.46 - playwright 1.57.0 → 1.58.0 - ruff 0.15.0 → 0.15.2 - apprise 1.9.6 → 1.9.7 - webauthn 2.7.0 → 2.7.1 - plexapi 4.17.2 → 4.18.0 - cachetools 6.2.4 → 7.0.1 - markdown 3.10 → 3.10.2 Notable npm updates: - alpinejs 3.15.3 → 3.15.8 - @alpinejs/collapse 3.15.4 → 3.15.8 - bowser 2.13.1 → 2.14.1 - tiny-markdown-editor 0.2.15 → 0.2.21 - tailwindcss 4.1.18 → 4.2.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 line
2.8 KiB
CSS
1 line
2.8 KiB
CSS
.TinyMDE{background-color:#fff;color:#000;font-size:16px;height:100%;line-height:24px;outline:none;padding:5px}.TinyMDE.TinyMDE_empty{position:relative}.TinyMDE.TinyMDE_empty:before{color:#a0a0a0;content:attr(data-placeholder);pointer-events:none;position:absolute}.TMBlankLine{height:24px}.TMH1,.TMSetextH1{font-size:22px;font-weight:700;line-height:32px;margin-bottom:8px}.TMSetextH1{margin-bottom:0}.TMSetextH1Marker{margin-bottom:8px}.TMH2,.TMSetextH2{font-size:20px;font-weight:700;line-height:28px;margin-bottom:4px}.TMMark_TMCode{font-family:monospace;font-size:.9em}.TMCode,.TMFencedCodeBacktick,.TMFencedCodeTilde,.TMIndentedCode{background-color:#e0e0e0;font-family:monospace;font-size:.9em}.TMCodeFenceBacktickOpen,.TMCodeFenceTildeOpen{border-bottom:1px solid silver;font-family:monospace;font-size:.9em}.TMCodeFenceBacktickClose,.TMCodeFenceTildeClose{border-top:1px solid silver;font-family:monospace;font-size:.9em}.TMInfoString{color:#00f}.TMCode{border:1px solid silver;border-radius:2px}.TMBlockquote{border-left:2px solid silver;font-style:italic;margin-left:10px;padding-left:10px}.TMMark{color:#a0a0a0}.TMMark_TMH1,.TMMark_TMH2,.TMMark_TMOL,.TMMark_TMUL{color:#ff8080}.TMImage{text-decoration:underline;-webkit-text-decoration-color:#0f0;text-decoration-color:#0f0}.TMLink{text-decoration:underline;-webkit-text-decoration-color:#00f;text-decoration-color:#00f}.TMLinkLabel{font-family:monospace;text-decoration:underline}.TMLinkLabel_Definition,.TMLinkLabel_Valid{color:#40c040}.TMLinkLabel_Invalid{color:red}.TMLinkTitle{font-style:italic}.TMAutolink,.TMLinkDestination{color:#00f;text-decoration:underline}.TMHR{position:relative}.TMHR:before{border-bottom:2px solid grey;bottom:50%;content:"";left:40%;position:absolute;width:20%;z-index:0}.TMHTML,.TMHTMLBlock{color:#8000ff;font-family:monospace;font-size:.9em}.TMHTMLBlock{color:#6000c0}.TMCommandBar{background-color:#f8f8f8;border:4px solid #f8f8f8;box-sizing:initial;display:flex;height:24px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-webkit-user-select:none;user-select:none;-ms-overflow-style:none}.TMCommandBar::-webkit-scrollbar{display:none}.TMCommandButton{box-sizing:border-box;color:#404040;display:inline-block;height:24px;margin-right:4px;padding:3px;width:24px;fill:#404040;cursor:pointer;font-family:sans-serif;font-size:20px;line-height:18px;text-align:center;vertical-align:middle}.TMCommandDivider{border-left:1px solid silver;border-right:1px solid #fff;box-sizing:initial;height:24px;margin-left:4px;margin-right:8px;width:0}.TMCommandButton_Active{background-color:#c0c0ff;color:navy;font-weight:700;fill:navy}.TMCommandButton_Inactive{background-color:#f8f8f8}.TMCommandButton_Disabled{color:#a0a0a0;fill:#a0a0a0}@media (hover:hover){.TMCommandButton_Active:hover,.TMCommandButton_Disabled:hover,.TMCommandButton_Inactive:hover{background-color:#e0e0ff;fill:#000}} |