- Popbutton now has a transition

- Margins on buttons were changed
This commit is contained in:
Wirlaburla 2023-05-31 22:25:10 -05:00
parent a12514cdb3
commit 3db22c426f

View File

@ -373,6 +373,7 @@ nav .logo {
width: 44px;
text-overflow: clip;
overflow: hidden;
transition-duration: 0.1s;
}
.longbutton, .smallbutton {
@ -383,12 +384,10 @@ nav .logo {
.longbutton {
width: 116px;
margin: 2px 4px !important;
}
.smallbutton {
width: 20px;
margin: 2px !important;
}
.longbutton a, .smallbutton a {
@ -533,7 +532,7 @@ body {
.button {
display: block;
margin: 4px;
margin: 2px;
}
.button a {
@ -544,6 +543,7 @@ body {
.popbutton {
font-size: 16px;
margin: 2px 4px;
}
.popbutton:hover {
@ -669,7 +669,11 @@ body {
.button {
display: inline-block;
margin: 2px 4px;
margin: 2px;
}
.popbutton {
margin: 4px 2px;
}
.popbutton:hover {