diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-15 18:44:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-15 18:44:28 +0300 |
commit | ab44fd04ffa1055bd17a3da02017e8de3da88af2 (patch) | |
tree | 31480d540bcedd00c74ede926449af3ed34856bb /src/pages/stylesheets/styles.css | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-ab44fd04ffa1055bd17a3da02017e8de3da88af2.zip |
Complete on supporting Unify #234
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r-- | src/pages/stylesheets/styles.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index c1c2a53f..4421aa83 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -278,15 +278,9 @@ div.buttons-popup { } .button { - display: flex; - text-align: center; - justify-content: space-between; - align-items: center; color: var(--text); font-size: 16px; font-weight: bold; - margin: 0; - padding: 5px 5px; text-decoration: none; cursor: pointer; transition-duration: 0.1s; |