Align QWord shell with Office ribbon
This commit is contained in:
@@ -57,16 +57,6 @@ export function AppShell({ activeApp, status, children }: AppShellProps) {
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section className="ribbon" aria-label="Лента команд">
|
||||
<div className="ribbon-tabs">
|
||||
{["Файл", "Главная", "Вставка", "Рецензирование", "Вид", "Экспорт"].map((tab, index) => (
|
||||
<button key={tab} className={index === 1 ? "is-active" : ""} type="button">
|
||||
{tab}
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div className="surface-host">{children}</div>
|
||||
|
||||
<footer className="statusbar">
|
||||
|
||||
Reference in New Issue
Block a user