mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
CSS for changing "R" to "X" for clearing group filter
This commit is contained in:
parent
bc5129f839
commit
2deb07a25b
@ -26,9 +26,15 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagPanel_logo {
|
||||
/* Constant height within flex mx_TagPanel */
|
||||
height: 70px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
padding: 5px 0px;
|
||||
|
||||
flex: none;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user