Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/css/tchap/views/rooms/_TchapExportMembersButton.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.tc_MemberList_export {
margin-top: var(--cpd-space-2x);
font-size: small;
font-size: small !important;
}

.tc_MemberList_export svg {
Expand Down
25 changes: 25 additions & 0 deletions res/themes/tchap-common/css/_tchap_custom.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,29 @@

.mx_RoomSummaryCard_container .mx_DecoratedRoomAvatar_icon {
right: 28.5% !important;
}

// square buttons
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
border-radius: 4px !important;
}
.mx_TabbedView_tabLabel {
border-radius: 8px !important;
}

.mx_Dialog button {
border-radius: 4px !important;
}

.mx_Dropdown_input, .mx_CopyableText.mx_CopyableText_border {
border-radius: 4px !important;
}

.mx_Toast_buttons button{
border-radius: 4px !important;
}

// square fileds
.mx_Field, .mx_Field input, .mx_Field select, .mx_Field textarea, .mx_Dropdown_input {
border-radius: 4px !important;
}
Loading