diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 9ecfd295a5..7357c13b7a 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -159,7 +159,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -170,6 +169,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index d9cb6e2df7..dca77772a6 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -105,7 +105,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -116,6 +115,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/pdfeditor/main/index.html b/apps/pdfeditor/main/index.html index 4df5734c44..8fc6c9d540 100644 --- a/apps/pdfeditor/main/index.html +++ b/apps/pdfeditor/main/index.html @@ -132,7 +132,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -143,6 +142,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/pdfeditor/main/index.html.deploy b/apps/pdfeditor/main/index.html.deploy index 4a39349320..0051b693be 100644 --- a/apps/pdfeditor/main/index.html.deploy +++ b/apps/pdfeditor/main/index.html.deploy @@ -98,7 +98,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -109,6 +108,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/presentationeditor/main/index.html b/apps/presentationeditor/main/index.html index 078a7e4568..36f957de1f 100644 --- a/apps/presentationeditor/main/index.html +++ b/apps/presentationeditor/main/index.html @@ -128,7 +128,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -139,6 +138,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/presentationeditor/main/index.html.deploy b/apps/presentationeditor/main/index.html.deploy index 7ba455ad93..a6f39361fa 100644 --- a/apps/presentationeditor/main/index.html.deploy +++ b/apps/presentationeditor/main/index.html.deploy @@ -100,7 +100,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -111,6 +110,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index 9d0cb43ee3..317cda9fd1 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -130,7 +130,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask ul { @@ -140,6 +139,10 @@ position: relative; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar ul { height: 20px; } diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy index 2d5a5e60d8..fad784f4f9 100644 --- a/apps/spreadsheeteditor/main/index.html.deploy +++ b/apps/spreadsheeteditor/main/index.html.deploy @@ -105,7 +105,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask ul { @@ -115,6 +114,10 @@ position: relative; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar ul { height: 20px; } diff --git a/apps/visioeditor/main/index.html b/apps/visioeditor/main/index.html index b7517e5452..2c586c44ad 100644 --- a/apps/visioeditor/main/index.html +++ b/apps/visioeditor/main/index.html @@ -145,7 +145,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -156,6 +155,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc); diff --git a/apps/visioeditor/main/index.html.deploy b/apps/visioeditor/main/index.html.deploy index 47765d5084..2ba4909cc0 100644 --- a/apps/visioeditor/main/index.html.deploy +++ b/apps/visioeditor/main/index.html.deploy @@ -115,7 +115,6 @@ display: flex; flex-direction: column; justify-content: center; - row-gap: 5px; } .loadmask > .sktoolbar ul { @@ -126,6 +125,10 @@ height: 20px; } + .loadmask > .sktoolbar ul:first-child { + margin-bottom: 5px; + } + .loadmask > .sktoolbar li { background: #d8dadc; background: var(--sk-background-toolbar-button, #d8dadc);