button width in editor heador

This commit is contained in:
Krishav Raj Singh 2025-09-11 02:17:19 +05:30
parent 183f088a7b
commit ac3441c2bd
1 changed files with 2 additions and 0 deletions

View File

@ -712,6 +712,7 @@ def inject_editor_functionality(html_content: str, file_path: str) -> str:
cursor: pointer;
transition: all 0.15s ease;
border-radius: 6px;
width: 5rem;
}
.nav-btn:hover:not(:disabled) {
@ -741,6 +742,7 @@ def inject_editor_functionality(html_content: str, file_path: str) -> str:
cursor: pointer;
transition: all 0.15s ease;
border-radius: 6px;
width: 7rem;
}
.header-btn:hover:not(:disabled) {