mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-13 06:32:34 +01:00
Merge pull request #504 from mozilla/fix-japanese-browse-btn
fix japanese browse button
This commit is contained in:
commit
0f7b19c385
@ -212,12 +212,13 @@ a {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 240px;
|
min-width: 240px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#browse:hover {
|
#browse:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user