mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
add top margin to help button
This commit is contained in:
parent
64d6b987ab
commit
cc02298f8e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.2.0-dev20",
|
||||
"version": "13.2.0-dev21",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -173,6 +173,7 @@ function more() {
|
||||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
|
||||
> .icon {
|
||||
display: inline-block;
|
||||
|
@ -273,6 +273,7 @@ function more(ev: MouseEvent) {
|
||||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
|
||||
> .icon {
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user