- Popbutton now has a transition
- Margins on buttons were changed
This commit is contained in:
parent
a12514cdb3
commit
3db22c426f
12
style.css
12
style.css
|
@ -373,6 +373,7 @@ nav .logo {
|
||||||
width: 44px;
|
width: 44px;
|
||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
transition-duration: 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.longbutton, .smallbutton {
|
.longbutton, .smallbutton {
|
||||||
|
@ -383,12 +384,10 @@ nav .logo {
|
||||||
|
|
||||||
.longbutton {
|
.longbutton {
|
||||||
width: 116px;
|
width: 116px;
|
||||||
margin: 2px 4px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.smallbutton {
|
.smallbutton {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin: 2px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.longbutton a, .smallbutton a {
|
.longbutton a, .smallbutton a {
|
||||||
|
@ -533,7 +532,7 @@ body {
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 4px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button a {
|
.button a {
|
||||||
|
@ -544,6 +543,7 @@ body {
|
||||||
|
|
||||||
.popbutton {
|
.popbutton {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin: 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popbutton:hover {
|
.popbutton:hover {
|
||||||
|
@ -669,7 +669,11 @@ body {
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 2px 4px;
|
margin: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popbutton {
|
||||||
|
margin: 4px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popbutton:hover {
|
.popbutton:hover {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user