mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update card layouts
This commit is contained in:
parent
614e07a81d
commit
cee7db2ce0
29 changed files with 194 additions and 71 deletions
|
@ -15,6 +15,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<link rel="import" href="../paper-styles/color.html">
|
||||
<link rel="import" href="../paper-styles/shadow.html">
|
||||
<link rel="import" href="../prism-element/prism-highlighter.html">
|
||||
<link rel="import" href="../prism-element/prism-theme-default.html">
|
||||
|
||||
<!--
|
||||
`demo-snippet` is a helper element that displays the source of a code snippet and
|
||||
|
@ -54,6 +55,7 @@ Custom property | Description | Default
|
|||
|
||||
<dom-module id="demo-snippet">
|
||||
<template>
|
||||
<style is="custom-style" include="prism-theme-default"></style>
|
||||
<style>
|
||||
:host {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue