mirror of https://github.com/vector-im/riot-web
Use same horizontal padding as room avatar to align to grid
parent
04a9038a05
commit
5ac3905a37
|
@ -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…
Reference in New Issue