mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update profile
This commit is contained in:
parent
d07936210e
commit
ee3c620d89
7 changed files with 15 additions and 24 deletions
|
@ -25,7 +25,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
|
||||
<style is="custom-style" include="demo-pages-shared-styles">
|
||||
.vertical-section-container {
|
||||
max-width: 600px;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
paper-toggle-button {
|
||||
|
@ -44,19 +44,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<paper-toggle-button disabled>Disabled</paper-toggle-button>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
</div>
|
||||
|
||||
<div class="vertical-section-container centered">
|
||||
<h3>Toggle buttons can hide the ripple effect using the <i>noink</i> attribute</h3>
|
||||
<demo-snippet class="centered-demo">
|
||||
<template>
|
||||
<paper-toggle-button noink>Toggle</paper-toggle-button>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
</div>
|
||||
|
||||
<div class="vertical-section-container centered">
|
||||
<h3>Toggle buttons can be styled using custom properties</h3>
|
||||
<h3>Toggle buttons can be styled using custom properties</h3>
|
||||
<demo-snippet class="centered-demo">
|
||||
<template>
|
||||
<style is="custom-style">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue