mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-18 20:21:06 +02:00
Merge pull request #6289 from vector-im/luke/fix-tag-panel-clear-cosmetics
Correctly position mx_TagPanel_clearButton
This commit is contained in:
commit
74b45322b2
@ -34,10 +34,12 @@ limitations under the License.
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagPanel_clearButton object {
|
||||
/* Same as .mx_SearchBox padding-top */
|
||||
margin-top: 24px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user