mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04:00
UX: Fade the bottom buttons out
This commit is contained in:
parent
6067de0e8f
commit
3c4d386caf
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,7 @@
|
|||
|
||||
&.timeline-docked-bottom {
|
||||
.timeline-footer-controls {
|
||||
background-color: yellow;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,6 +31,7 @@
|
|||
.timeline-footer-controls {
|
||||
margin-top: 1em;
|
||||
line-height: 2.5em;
|
||||
transition: opacity 0.2s ease-in;
|
||||
|
||||
button {
|
||||
margin-right: 0.5em;
|
||||
|
|
Loading…
Add table
Reference in a new issue