From 2001ed947c52b8f4b9927920a0ed31961edd0153 Mon Sep 17 00:00:00 2001 From: Sebastian Titz Date: Tue, 8 Nov 2022 15:22:55 +0100 Subject: [PATCH] frontlog css --- frontlog.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 frontlog.css diff --git a/frontlog.css b/frontlog.css new file mode 100644 index 0000000..4da3e90 --- /dev/null +++ b/frontlog.css @@ -0,0 +1,14 @@ +frontlog { + position: fixed; + min-width: 200px; + bottom: 0; + right: 0; +} + +flogelem { + display: log; +} + +flogelem img { + width: 25px; +} \ No newline at end of file