From ad0b7cfb824a65723b84c2953bbb326f7a07cc08 Mon Sep 17 00:00:00 2001 From: helenclx Date: Sun, 4 Aug 2024 17:37:56 +0000 Subject: [PATCH] Build: (00cbafd) Unset overflow clip of web graphics on wide screens --- assets/css/components.css | 6 ++++-- feed.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/components.css b/assets/css/components.css index ff875c76..0a64356d 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -149,8 +149,10 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(- list-style-type: ""; padding: 0; margin: 0; - /* overflow-x: clip; - overflow-clip-margin: 0.5em; */ + overflow-x: clip; +} +@media only screen and (min-width: 60rem) { + .web-graphics { overflow-x: unset; } } /* Adoptables wrapper */ diff --git a/feed.xml b/feed.xml index 93aace18..1c66c675 100644 --- a/feed.xml +++ b/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-08-04T17:20:10Z + 2024-08-04T17:37:53Z https://leilukin.com/ Leilukin