skin-dt-32 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -722,22 +722,24 @@ Vue.component('tablon-superior', {
722
722
  <section id="topbar-section" class="basic-element">
723
723
  <categoria-foro data-id="tablon">
724
724
  <ul class="columns is-multiline">
725
- <li class="column is-full is-one-thirds-desktop">
725
+ <li class="column">
726
726
  <img :src="avatar" />
727
727
  <h4>{{ name }}</h4>
728
728
  </li>
729
- <li class="column is-full is-two-thirds-desktop">
729
+ <li class="column is-full is-one-thirds-desktop">
730
730
  <links-ayuda></links-ayuda>
731
731
  </li>
732
732
  </ul>
733
733
  </categoria-foro>
734
- <nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
735
- <ul>
736
- <li>
737
- <a href="/" title="Ir a «Inicio»">Inicio</a>
738
- </li>
739
- </ul>
740
- </nav>
734
+ <categoria-foro data-id="navegacion">
735
+ <nav id="forum-breadcrumb" class="breadcrumb has-succeeds-separator left" aria-label="breadcrumbs">
736
+ <ul>
737
+ <li>
738
+ <a href="/" title="Ir a «Inicio»">Inicio</a>
739
+ </li>
740
+ </ul>
741
+ </nav>
742
+ </categoria-foro>
741
743
  </section>
742
744
  `
743
745
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skin-dt-32",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "main": "readme.md",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/stylesheet.css CHANGED
@@ -156,6 +156,10 @@ a {
156
156
  background: var(--color-three);
157
157
  }
158
158
 
159
+ #topbar-section .category-element {
160
+ margin: 0;
161
+ }
162
+
159
163
  @media only screen and (max-width: 1023px) {}
160
164
 
161
165
  @media only screen and (max-width: 768px) {}