Преглед на файлове

place items in order of appearance

Artur Paikin преди 6 години
родител
ревизия
e8129e8911
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      packages/@uppy/dashboard/src/PanelTopBar.js

+ 3 - 3
packages/@uppy/dashboard/src/PanelTopBar.js

@@ -9,12 +9,12 @@ function DashboardContentTitle (props) {
 function PanelTopBar (props) {
 function PanelTopBar (props) {
   return (
   return (
     <div class="uppy-DashboardContent-bar">
     <div class="uppy-DashboardContent-bar">
-      <div class="uppy-DashboardContent-title" role="heading" aria-level="h1">
-        <DashboardContentTitle {...props} />
-      </div>
       <button class="uppy-DashboardContent-back"
       <button class="uppy-DashboardContent-back"
         type="button"
         type="button"
         onclick={props.cancelAll}>{props.i18n('cancel')}</button>
         onclick={props.cancelAll}>{props.i18n('cancel')}</button>
+      <div class="uppy-DashboardContent-title" role="heading" aria-level="h1">
+        <DashboardContentTitle {...props} />
+      </div>
       <button class="uppy-DashboardContent-addMore"
       <button class="uppy-DashboardContent-addMore"
         type="button"
         type="button"
         aria-label={props.i18n('addMoreFiles')}
         aria-label={props.i18n('addMoreFiles')}