- 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;
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user