1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

More renaming tokens

New: Always show Air Date renaming token in help modal
Fixed: Added missing media info renaming tokens
This commit is contained in:
Mark McDowall
2019-04-12 17:48:45 -07:00
parent 81c8fc0381
commit c90672a5ab
2 changed files with 29 additions and 29 deletions
@@ -1,6 +1,6 @@
.option {
display: flex;
align-items: center;
align-items: stretch;
flex-wrap: wrap;
margin: 3px;
border: 1px solid $borderColor;
@@ -17,7 +17,7 @@
}
.small {
width: 460px;
width: 480px;
}
.large {
@@ -34,7 +34,6 @@
.example {
display: flex;
align-items: center;
align-self: stretch;
flex: 0 0 50%;
padding: 6px 16px;
background-color: #ddd;