File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ $enable-negative-margins: true;
2121$body-color-dark : #e7eaed ;
2222$offcanvas-border-width : 0 ;
2323$body-color : #080808 ;
24+ $btn-disabled-opacity : 0.4 ;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default {
8585<template >
8686 <select
8787 v-model =" pagination.limit"
88- class =" form-select form-select-sm d-inline w-auto me-2"
88+ class =" form-select form-select-sm d-inline w-auto me-2 me-xl-3 "
8989 :disabled =" total == 0"
9090 @change =" changeLimit"
9191 >
@@ -98,11 +98,11 @@ export default {
9898 <small >of</small >
9999 {{ formatNumber(total) }}
100100 </template >
101- <span v-else class =" text-muted " >0 of 0</span >
101+ <span v-else class =" text-light " >0 of 0</span >
102102 </small >
103103
104104 <button
105- class =" btn btn-outline-light ms-2 me-1"
105+ class =" btn btn-outline-light ms-2 ms-xl-3 me-1"
106106 :disabled =" !canPrev"
107107 :title =" 'View previous ' + pagination.limit + ' messages'"
108108 @click =" viewPrev"
You can’t perform that action at this time.
0 commit comments