dev: saved unused code for later reference
This commit is contained in:
parent
93ff0569d4
commit
b57ea88382
1 changed files with 7 additions and 0 deletions
|
|
@ -459,6 +459,9 @@ html {
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
/* center content on desktop */
|
||||||
|
/* align-items: center; */
|
||||||
|
/* text-align: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir=ltr] .detailPagePrimaryContent {
|
[dir=ltr] .detailPagePrimaryContent {
|
||||||
|
|
@ -1269,6 +1272,8 @@ progress+span {
|
||||||
|
|
||||||
.itemMiscInfo {
|
.itemMiscInfo {
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
|
/* center content on desktop */
|
||||||
|
/* justify-content: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.innerCardFooter,
|
.innerCardFooter,
|
||||||
|
|
@ -1683,6 +1688,8 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
||||||
.layout-mobile [dir=ltr] .mainDetailButtons {
|
.layout-mobile [dir=ltr] .mainDetailButtons {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding-inline: 1.25em;
|
padding-inline: 1.25em;
|
||||||
|
/* center content on desktop */
|
||||||
|
/* justify-content: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.localnav>.emby-button {
|
.localnav>.emby-button {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue