mirror of https://github.com/Chocobozzz/PeerTube
Fix typeahead font size
parent
2939925639
commit
4fdc735020
|
@ -74,6 +74,8 @@ li.suggestion {
|
||||||
}
|
}
|
||||||
|
|
||||||
#typeahead-container {
|
#typeahead-container {
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: 1px solid pvar(--mainBackgroundColor) !important;
|
border: 1px solid pvar(--mainBackgroundColor) !important;
|
||||||
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0;
|
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 20px 0;
|
||||||
|
|
Loading…
Reference in New Issue