From ad6027ab207db83f4d2b241d4b6d4ae552151001 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 9 Mar 2025 03:36:52 +0100 Subject: [PATCH] f --- public/s/css/w0bm.css | 21 +++++++++++++++++++++ views/item.html | 7 ++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/public/s/css/w0bm.css b/public/s/css/w0bm.css index ff6eab1..d8ce467 100644 --- a/public/s/css/w0bm.css +++ b/public/s/css/w0bm.css @@ -13,9 +13,30 @@ .metadata { grid-template-columns: 0.4fr auto 0.4fr; + grid-template-rows: auto 1fr; + background-color: transparent; + border: none; } .steuerung { font-size:xx-large; font-family: monospace; +} + +.steuerung a { + color: white; +} + +.blahlol { + grid-column: 2; +} + +span#favs { + background: transparent !important; + border: none !important; +} + +.badge-dark, #themeselector { + background-color: unset; + border: unset; } \ No newline at end of file diff --git a/views/item.html b/views/item.html index 7e2bdee..4563c5e 100644 --- a/views/item.html +++ b/views/item.html @@ -5,10 +5,9 @@
- +
@if(session)
@@ -81,7 +80,8 @@ @endif
- +
+ {{ item.id }} @if(session) ({{ user.name }}) @@ -118,6 +118,7 @@ @endeach @endif +