Index: vue/src/assets/images/devops/DevSupport/github.png =================================================================== diff -u -r93cc651e4ddc12325b6656936501f345982d8205 -r17ce0f163452857be1fd78d6844b13be1f2ce4bd --- vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision 93cc651e4ddc12325b6656936501f345982d8205) +++ vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision 17ce0f163452857be1fd78d6844b13be1f2ce4bd) @@ -2019,10 +2019,39 @@ padding: 14px !important; } -.drawio_time { +/* drawio */ +.drawio-time { color: #f8f8f8; margin-left: 10px; } + +.drawio-gallery { + display: flex; + flex-wrap: wrap; + flex-direction: row; + align-items: center; + justify-content: space-between; + background: rgba(51, 51, 51, 0.425); + border-radius: 3px; +} + +.drawio-image { + display: flex; + align-items: center; + justify-content: space-evenly; + width: 200px; + height: 200px; + padding: 10px; + border-radius: 3px; +} + +.drawio-image img { + width: 100%; + height: 100%; + object-fit: contain; + background-color: #fff; +} + .edit-red{ border:1px solid #DB2A34; margin-left: 10px; Index: arms/html/pdService/content-container.html =================================================================== diff -u -rd4d5346541fad5ca2cd270120c39212ce3cea1ea -r17ce0f163452857be1fd78d6844b13be1f2ce4bd --- arms/html/pdService/content-container.html (.../content-container.html) (revision d4d5346541fad5ca2cd270120c39212ce3cea1ea) +++ arms/html/pdService/content-container.html (.../content-container.html) (revision 17ce0f163452857be1fd78d6844b13be1f2ce4bd) @@ -465,19 +465,34 @@
+ +