dev: saved unused code for later reference

This commit is contained in:
lscambo13
2025-05-24 08:38:47 -07:00
parent 93ff0569d4
commit b57ea88382

View File

@@ -459,6 +459,9 @@ html {
align-items: stretch;
justify-content: end;
flex-direction: column;
/* center content on desktop */
/* align-items: center; */
/* text-align: center; */
}
[dir=ltr] .detailPagePrimaryContent {
@@ -1269,6 +1272,8 @@ progress+span {
.itemMiscInfo {
align-items: flex-end !important;
/* center content on desktop */
/* justify-content: center; */
}
.innerCardFooter,
@@ -1683,6 +1688,8 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
.layout-mobile [dir=ltr] .mainDetailButtons {
flex-wrap: wrap;
padding-inline: 1.25em;
/* center content on desktop */
/* justify-content: center; */
}
.localnav>.emby-button {