mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix follow button for Safari
This commit is contained in:
parent
b6c76e6d73
commit
76eb1384cc
1 changed files with 5 additions and 3 deletions
|
@ -884,13 +884,14 @@ a.tag:hover {
|
|||
}
|
||||
}
|
||||
#followLink.is-following {
|
||||
width: 8.7em;
|
||||
|
||||
|
||||
.follow {
|
||||
display: none;
|
||||
}
|
||||
.following {
|
||||
display: inline;
|
||||
display: block;
|
||||
width: 5.9em;
|
||||
}
|
||||
.unfollow {
|
||||
display: none;
|
||||
|
@ -904,7 +905,8 @@ a.tag:hover {
|
|||
display: none;
|
||||
}
|
||||
.unfollow {
|
||||
display: inline;
|
||||
display: block;
|
||||
width: 5.9em;
|
||||
}
|
||||
}
|
||||
.popover {
|
||||
|
|
Loading…
Add table
Reference in a new issue