瀏覽代碼

no message

Jonathan Starck 3 年之前
父節點
當前提交
2e392db4ad
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      config/config.js
  2. 1 0
      css/custom.css
  3. 1 0
      css/custom.less

+ 1 - 0
config/config.js

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

+ 1 - 0
css/custom.css

@@ -32,6 +32,7 @@ table.wachenaufgaben tr {
 }
 table.wachenaufgaben tr td {
   font-size: 100% !important;
+  text-align: left;
 }
 table.wachenaufgaben tr td.todo_title:before {
   font-family: 'Font Awesome 5 Free';

+ 1 - 0
css/custom.less

@@ -39,6 +39,7 @@ table.wachenaufgaben {
 
         td {
             font-size: 100% !important;
+            text-align: left;
 
             &.todo_title {
                 &:before {