mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Make menu-items uniform
- Same font ,font-size and height. Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
98ef6f4321
commit
65bd74442f
@ -674,6 +674,10 @@ button.link {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 8px 32px 8px 8px;
|
padding: 8px 32px 8px 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-size: 1.6rem;
|
||||||
|
height: 24px;
|
||||||
|
display: block;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu .destructive button {
|
.menu .destructive button {
|
||||||
|
Loading…
Reference in New Issue
Block a user