From b57ea88382fcf8ce1016768c4b271de2c50c1c57 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 24 May 2025 08:38:47 -0700 Subject: [PATCH] dev: saved unused code for later reference --- Theme/ElegantFin-theme-nightly.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d742b1d..8acb6fc 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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 {