Yuki Takei 8 лет назад
Родитель
Сommit
884482275e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lib/views/admin/customize.html

+ 2 - 2
lib/views/admin/customize.html

@@ -53,15 +53,15 @@
           <legend>{{ t('customize_page.Theme') }}</legend>
           <legend>{{ t('customize_page.Theme') }}</legend>
 
 
           <div id="themeOptions">
           <div id="themeOptions">
-          {# Light Themes #}
+            {# Light Themes #}
             <div class="d-flex">
             <div class="d-flex">
               {% include 'widget/theme-colorbox.html' with { name: 'default',  bg: '#ffffff', topbar: '#334455', theme: '#112744' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'default',  bg: '#ffffff', topbar: '#334455', theme: '#112744' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'nature',   bg: '#f9fff3', topbar: '#118050', theme: '#460039' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'nature',   bg: '#f9fff3', topbar: '#118050', theme: '#460039' } %}
             </div>
             </div>
+            {# Dark Themes #}
             <div class="d-flex">
             <div class="d-flex">
               {% include 'widget/theme-colorbox.html' with { name: 'default-dark', bg: '#212731', topbar: '#151515', theme: '#f75b36' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'default-dark', bg: '#212731', topbar: '#151515', theme: '#f75b36' } %}
             </div>
             </div>
-          {# Dark Themes #}
           </div>
           </div>
 
 
           <div class="form-group">
           <div class="form-group">