diff options
author | Kimsible <kimsible@users.noreply.github.com> | 2021-06-04 15:13:28 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-06-15 14:15:10 +0200 |
commit | 47162a9c96568f797f2eb0aa35c47ed68fa65acb (patch) | |
tree | 46bb223be31790e24e1a062c8b5bb89fbf4d60a3 /client/src/app/+about | |
parent | dfca0f5fc232a1476d4b7296404fb91dbd60b96b (diff) | |
download | PeerTube-47162a9c96568f797f2eb0aa35c47ed68fa65acb.tar.gz PeerTube-47162a9c96568f797f2eb0aa35c47ed68fa65acb.tar.zst PeerTube-47162a9c96568f797f2eb0aa35c47ed68fa65acb.zip |
Fix CSS input displaying contact form + remove contact button underline
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.scss | 5 | ||||
-rw-r--r-- | client/src/app/+about/about-instance/contact-admin-modal.component.scss | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index defc83203..b7bf10995 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -15,6 +15,11 @@ | |||
15 | @include orange-button; | 15 | @include orange-button; |
16 | 16 | ||
17 | height: fit-content; | 17 | height: fit-content; |
18 | |||
19 | &:hover, | ||
20 | &:active { | ||
21 | text-decoration: none; | ||
22 | } | ||
18 | } | 23 | } |
19 | } | 24 | } |
20 | 25 | ||
diff --git a/client/src/app/+about/about-instance/contact-admin-modal.component.scss b/client/src/app/+about/about-instance/contact-admin-modal.component.scss index 6c1c89225..260d77888 100644 --- a/client/src/app/+about/about-instance/contact-admin-modal.component.scss +++ b/client/src/app/+about/about-instance/contact-admin-modal.component.scss | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | input[type=text] { | 4 | input[type=text] { |
5 | @include peertube-input-text(340px); | 5 | @include peertube-input-text(340px); |
6 | display: block; | ||
6 | } | 7 | } |
7 | 8 | ||
8 | textarea { | 9 | textarea { |