mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 07:09:57 +08:00
Add label to back button, change behaviour
The back button longer shows if the user hasn't actually navigated anywhere. e.g. if they come in directly to a discussion, it will be hidden.
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
z-index: 3 !important; // z-index of an active .btn-group .btn is 2
|
||||
border-radius: @border-radius !important;
|
||||
.transition(border-radius 0.2s);
|
||||
max-width: 150px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.Navigation-pin {
|
||||
opacity: 0;
|
||||
|
Reference in New Issue
Block a user