From 6758f435f747a6dd24413d00acf49639ddfdb64d Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Thu, 2 Jan 2025 17:39:34 +0100 Subject: [PATCH] Use `inset` CSS shortcut property --- src/main/handlebars/layout.handlebars | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/handlebars/layout.handlebars b/src/main/handlebars/layout.handlebars index b757cc7..aac45ed 100755 --- a/src/main/handlebars/layout.handlebars +++ b/src/main/handlebars/layout.handlebars @@ -676,9 +676,7 @@ .meta { position: absolute; - bottom: 2px; - right: 0; - left: 0; + inset: auto 0 0 0; font-size: .9rem; display: grid; grid-template-columns: repeat(8, max-content);