mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix CSS input displaying contact form + remove contact button underline
This commit is contained in:
parent
dfca0f5fc2
commit
47162a9c96
@ -15,6 +15,11 @@
|
||||
@include orange-button;
|
||||
|
||||
height: fit-content;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
input[type=text] {
|
||||
@include peertube-input-text(340px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
Loading…
Reference in New Issue
Block a user