Jonathan Starck 3 år sedan
förälder
incheckning
3298524a0d
2 ändrade filer med 4 tillägg och 0 borttagningar
  1. 1 0
      config/config.js
  2. 3 0
      css/custom.css

+ 1 - 0
config/config.js

@@ -236,6 +236,7 @@ let config = {
 				maxTitleLength: 50,
 				displaySymbol: false,
 				maximumNumberOfDays: 1,
+				showLocation: true,
 				calendars: [
 					{
 						url: 'webcal://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',

+ 3 - 0
css/custom.css

@@ -8,6 +8,7 @@
  */
 /* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */
 /*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
+
 :root {
   --color-text: #999;
   --color-text-dimmed: #666;
@@ -34,5 +35,7 @@ table.wachenaufgaben tr td {
   font-size: 100%!important;
 }
 table.wachenaufgaben tr td.todo_title:before {
+  font-family: 'Font Awesome 5 Free';
+  font-weight: 400;
   content: "\f2bb";
 }