_applyPaddings()

in js/index.js [152:157]


  _applyPaddings({ paddingTop, paddingBottom }) {
    if (this.$topFiller && this.$bottomFiller) {
      this.$topFiller.height(paddingTop);
      this.$bottomFiller.height(paddingBottom);
    }
  }