mirror of https://github.com/vector-im/riot-web
Align encrypted event buttons in Safari
Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>pull/21833/head
parent
f0080c22bf
commit
b9ccdc4952
|
@ -24,5 +24,8 @@ limitations under the License.
|
|||
@mixin mx_DialogButton;
|
||||
background-color: $primary-bg-color;
|
||||
color: $accent-color;
|
||||
}
|
||||
|
||||
.mx_EncryptedEventDialog button {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue