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 {
|
#followLink.is-following {
|
||||||
width: 8.7em;
|
|
||||||
|
|
||||||
.follow {
|
.follow {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.following {
|
.following {
|
||||||
display: inline;
|
display: block;
|
||||||
|
width: 5.9em;
|
||||||
}
|
}
|
||||||
.unfollow {
|
.unfollow {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -904,7 +905,8 @@ a.tag:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.unfollow {
|
.unfollow {
|
||||||
display: inline;
|
display: block;
|
||||||
|
width: 5.9em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popover {
|
.popover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue