mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Client: Tasks and Header v2 (#9168)
* wip: footer * pin bootstrap-vue * compact footer and fixes * compact header * fix member details in other views * fix first party member in header * fix unread notifications badge color * sync + menu fixes * loading bar styles * new filter button * create button * create fixes * quick add * fix quick add inputs * tooltips for create buttons * fix create task moda * fix class badge * fixed footer links * revert change that caused problems with tests and old browsers * misc
This commit is contained in:
@@ -34,16 +34,17 @@
|
||||
}
|
||||
|
||||
.drawer-toggle-icon {
|
||||
float: right;
|
||||
margin-right: 16px;
|
||||
margin-top: 16px;
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 16px;
|
||||
|
||||
&.closed {
|
||||
margin-top: 3px;
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.drawer-title {
|
||||
position: relative;
|
||||
background-color: $gray-10;
|
||||
box-shadow: 0 1px 2px 0 rgba($black, 0.2);
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user