From d18da5fdcf503e3559a8f18afc0625f920b813f7 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh <hi@midhun.dev> Date: Tue, 5 Jul 2022 12:53:22 +0530 Subject: [PATCH] Style buttons as links --- src/ui/styles/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ui/styles/style.css b/src/ui/styles/style.css index a04ea0e..192d966 100644 --- a/src/ui/styles/style.css +++ b/src/ui/styles/style.css @@ -99,11 +99,17 @@ body { margin: 10.5px 0; } -.FooterView>div { +.FooterView>div, .FooterView>button { display: flex; align-items: center; } +.FooterView button { + background: none; + border: none; + cursor: pointer; +} + .FooterView_matrix-branding { font-size: 12px; line-height: 15px; -- GitLab