diff options
| author | 2024-11-30 12:53:14 +0100 | |
|---|---|---|
| committer | 2024-11-30 12:53:14 +0100 | |
| commit | a41aadf02add2e326a1cfa320022e5db3600f9d4 (patch) | |
| tree | 34c0c3c9e23a9d450a489f0467ccd9839a407c56 /p | |
| parent | aaa4acf2a33da276039e6342ae34abead143fd8e (diff) | |
article footer small display (#7031)
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/frss.css | 11 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 9d88e8c0c..b1825c96d 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -62,6 +62,17 @@ html, body { font-size: 100%; } +main#stream { + container-type: inline-size; + container-name: main; +} + +@container main (max-width: 600px) { + .horizontal-list.bottom .dropdown-label { + display: none; + } +} + main.prompt { margin: 3rem auto 0; padding: 2rem; diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index cc7153c5d..460756cbc 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -62,6 +62,17 @@ html, body { font-size: 100%; } +main#stream { + container-type: inline-size; + container-name: main; +} + +@container main (max-width: 600px) { + .horizontal-list.bottom .dropdown-label { + display: none; + } +} + main.prompt { margin: 3rem auto 0; padding: 2rem; |
