Use same horizontal padding as room avatar to align to grid
This commit is contained in:
parent
04a9038a05
commit
5ac3905a37
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomView_auxPanel_hiddenHighlights {
|
||||
border-bottom: 1px solid $primary-hairline-color;
|
||||
padding: 10px;
|
||||
padding: 10px 26px;
|
||||
color: $warning-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue