diff --git a/src/react-components/input/IconButton.scss b/src/react-components/input/IconButton.scss index 33b21e5f04..adfc9275f7 100644 --- a/src/react-components/input/IconButton.scss +++ b/src/react-components/input/IconButton.scss @@ -9,6 +9,7 @@ font-size: theme.$font-size-xs; font-weight: theme.$font-weight-bold; cursor: pointer; + justify-content: end; svg { color: theme.$text1-color; diff --git a/src/react-components/room/ObjectUrlModal.scss b/src/react-components/room/ObjectUrlModal.scss index c8c1d9b214..028cecbbbe 100644 --- a/src/react-components/room/ObjectUrlModal.scss +++ b/src/react-components/room/ObjectUrlModal.scss @@ -12,12 +12,8 @@ color: white; background-color: black; height: 100%; - display: flex; - flex: 1; - align-items: center; - justify-content: center; margin: 0; - width: 60px; + padding: 10px; } :local(.container) {