[#179] functionnal topbar when dialog expanded (#292)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-11-12 09:52:20 +01:00
committed by GitHub
parent daed6d97ed
commit 991cb6e56e
6 changed files with 268 additions and 4 deletions
+7 -1
View File
@@ -37,7 +37,7 @@
align-items center
padding 0.5rem
width 100%
z-index 1000
z-index 1300
height 80px
background-color #fff
@@ -91,3 +91,9 @@
display flex
justify-content flex-end
align-items center
body.dialog-expanded .navigation-controls,
body.dialog-expanded .current-date-time,
body.dialog-expanded .refresh-button,
body.dialog-expanded .select-display
display none
+2
View File
@@ -148,6 +148,7 @@ export function Menubar({
<div className="right-menu">
<div className="menu-items">
<IconButton
className="refresh-button"
onClick={onRefresh}
aria-label={t("menubar.refresh")}
title={t("menubar.refresh")}
@@ -159,6 +160,7 @@ export function Menubar({
<FormControl
size="small"
style={{ minWidth: 120, marginRight: 16 }}
className="select-display"
>
<Select
value={currentView}