You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Set flex to buttons on NewRoomIntro with gap around them (#8146)
* Set flex to buttons on NewRoomIntro with gap around them Closes https://github.com/vector-im/element-web/issues/21553 Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * empty commit
This commit is contained in:
@@ -29,15 +29,14 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_NewRoomIntro_buttons {
|
.mx_NewRoomIntro_buttons {
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: wrap;
|
||||||
|
gap: 14px 12px;
|
||||||
|
|
||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
line-height: $font-24px;
|
line-height: $font-24px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
& + .mx_AccessibleButton {
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(.mx_AccessibleButton_kind_primary_outline)::before {
|
&:not(.mx_AccessibleButton_kind_primary_outline)::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Reference in New Issue
Block a user