mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:44:26 +02:00
Fix vertical alignment of search button
This commit is contained in:
parent
544b926c9e
commit
130ae2d773
1 changed files with 1 additions and 1 deletions
|
@ -2460,7 +2460,7 @@ input[type="range"].form-control {
|
||||||
|
|
||||||
.form-group-search .form-button-search {
|
.form-group-search .form-button-search {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 2px;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue