diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
index b35b9ed0d1..cf25695f7f 100644
--- a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
+++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
@@ -14,8 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-// .mx_AppsDrawer {
-// }
+.mx_AppsDrawer {
+ margin: 5px;
+}
.mx_AppsContainer {
display: flex;
@@ -75,16 +76,21 @@ limitations under the License.
}
.mx_AppTileMenuBar {
- // height: 15px;
margin: 0;
padding: 2px 10px;
- // background-color: $e2e-verified-color;
border-bottom: 1px solid $primary-hairline-color;
font-size: 10px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
}
.mx_AppTileMenuBarWidgets {
float: right;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
}
.mx_AppTileMenuBarWidget {
// pointer-events: none;
@@ -101,7 +107,7 @@ limitations under the License.
}
.mx_AppTileMenuBarWidget:hover {
- border: 1px solid $primary-hairline-color;
+ border: 1px solid $primary-fg-color;
border-radius: 2px;
}
diff --git a/src/skins/vector/img/edit.svg b/src/skins/vector/img/edit.svg
index a0be3454e1..9ba0060774 100644
--- a/src/skins/vector/img/edit.svg
+++ b/src/skins/vector/img/edit.svg
@@ -1,13 +1,11 @@
-
diff --git a/src/skins/vector/img/edit_green.svg b/src/skins/vector/img/edit_green.svg
new file mode 100644
index 0000000000..f7f4c7adcb
--- /dev/null
+++ b/src/skins/vector/img/edit_green.svg
@@ -0,0 +1,11 @@
+
+
+
diff --git a/src/skins/vector/img/warning_yellow.svg b/src/skins/vector/img/warning_yellow.svg
new file mode 100644
index 0000000000..4d227517d2
--- /dev/null
+++ b/src/skins/vector/img/warning_yellow.svg
@@ -0,0 +1,34 @@
+
+
+
+