Aignment tweak for the room tag menu so the icons better align
This commit is contained in:
parent
804b17fbf1
commit
28343aaa33
|
@ -15,14 +15,14 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_RoomTagContextMenu_field {
|
.mx_RoomTagContextMenu_field {
|
||||||
padding-top: 10px;
|
padding-top: 8px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
line-height: 10px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTagContextMenu_field:first-child {
|
.mx_RoomTagContextMenu_field:first-child {
|
||||||
|
|
Loading…
Reference in New Issue