Making the panel back arrow fun sized
This commit is contained in:
parent
c4ad1a7771
commit
62216fb0ce
@ -11,7 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
const CACHE_VERSION = { 'version': '0.0.400' };
|
||||
const CACHE_VERSION = { 'version': '0.0.401' };
|
||||
const dataCacheName = 'jubileeData-v1';
|
||||
const cacheName = 'jubilee-final-1';
|
||||
const filesToCache = [
|
||||
|
@ -10,7 +10,7 @@ function createPanel(params) {
|
||||
<div class="mui-appbar mui--appbar-line-height mui--z1" style="vertical-align:middle;">
|
||||
<span>
|
||||
<button class="mui-btn mui-btn--large mui-btn--primary mui-btn--flat closebutton" id="close_${divId}">
|
||||
<i class="medium material-icons mui--align-middle" style="color:black;">arrow_back</i>
|
||||
<i class="small material-icons mui--align-middle" style="color:black;">arrow_back</i>
|
||||
</button>
|
||||
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user