Use same horizontal padding as room avatar to align to grid
This commit is contained in:
@@ -72,7 +72,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_RoomView_auxPanel_hiddenHighlights {
|
.mx_RoomView_auxPanel_hiddenHighlights {
|
||||||
border-bottom: 1px solid $primary-hairline-color;
|
border-bottom: 1px solid $primary-hairline-color;
|
||||||
padding: 10px;
|
padding: 10px 26px;
|
||||||
color: $warning-color;
|
color: $warning-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user