adjust toolbar spacing so border below app tabs shows in standard theme in calendar too

This commit is contained in:
milan 2024-12-11 13:53:57 +01:00
parent 7933936c72
commit cf59ec791b
3 changed files with 3 additions and 3 deletions

View File

@ -4652,7 +4652,7 @@ body.scrollVertical {
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 0.4em;
margin-top: 7px;
}
#egw_fw_main .egw_fw_ui_tab_content > div {
width: 100%;

View File

@ -4645,7 +4645,7 @@ body.scrollVertical {
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 0.4em;
margin-top: 7px;
}
#egw_fw_main .egw_fw_ui_tab_content > div {
width: 100%;

View File

@ -221,7 +221,7 @@
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
margin-top: 0.4em;
margin-top: 7px;
> div {
width: 100%;
padding: 0 0 0 0;