Skip to content

Commit 2deb07a

Browse files
committed
CSS for changing "R" to "X" for clearing group filter
1 parent bc5129f commit 2deb07a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_TagPanel.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ limitations under the License.
2626
}
2727

2828
.mx_TagPanel .mx_TagPanel_logo {
29+
/* Constant height within flex mx_TagPanel */
30+
height: 70px;
2931
width: 60px;
30-
height: 60px;
31-
padding: 5px 0px;
32+
33+
flex: none;
34+
35+
display: flex;
36+
justify-content: center;
37+
align-items: center;
3238
}
3339

3440
.mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton:focus {

0 commit comments

Comments
 (0)