mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix save button being slightly off from other buttons
This commit is contained in:
parent
0888c9e2df
commit
1870286f2a
1 changed files with 2 additions and 2 deletions
|
@ -2097,7 +2097,7 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#saveButton {
|
#saveButton {
|
||||||
margin-top: 0;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.tooltip {
|
.tooltip {
|
||||||
&.bottom .tooltip-arrow {
|
&.bottom .tooltip-arrow {
|
||||||
|
@ -2292,4 +2292,4 @@ pre, code {
|
||||||
.h-captcha iframe {
|
.h-captcha iframe {
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue