Changes for page Desk allocation
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/13 08:31
From version 240.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/13 16:51
on 2024/03/13 16:51
Change comment:
Kanban content updated
To version 243.1
edited by Abdullah Sharifi
on 2024/03/14 16:04
on 2024/03/14 16:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. RicardoJulioRodriguezFernandez1 +XWiki.AbdullahSharifi
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -1,6 +1,5 @@ 1 +setTimeout(changeStyles, 500); 1 1 2 -const myTimeout = setTimeout(changeStyles, 500); 3 - 4 4 function changeStyles() { 5 5 const titleElements = document.getElementsByClassName('kanban-item-title'); 6 6 const headerElements = document.getElementsByClassName('kanban-board-header'); ... ... @@ -9,7 +9,7 @@ 9 9 const kanbanContainer = document.querySelector('.kanban-container'); 10 10 if (kanbanContainer) { 11 11 kanbanContainer.style.display = "flex"; 12 - kanbanContainer.style.justifyContent = " space-around"11 + kanbanContainer.style.justifyContent = "left" 13 13 kanbanContainer.style.alignItems = "start" 14 14 kanbanContainer.style.flexWrap = "wrap" 15 15 }
- XWiki.XWikiComments[0]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.RicardoJulioRodriguezFernandez - Comment
-
... ... @@ -1,0 +1,1 @@ 1 +https://css-tricks.com/snippets/css/a-guide-to-flexbox/ - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2024-03-13 17:21:41.315