mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Sept 13 fixes (#9035)
* Fixed tavern message sending * Added markdown to sumary * Added color to inputs * Added new breakpoint * Added canown * Added styles for tutorial popups * Added background image to home page header
This commit is contained in:
@@ -96,6 +96,32 @@ div
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 1224px) and (min-width: 1200px) {
|
||||
#nav_collapse {
|
||||
margin-top: 37em !important;
|
||||
|
||||
a {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-collapse.collapse {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.navbar-collapse.collapse.show {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.navbar-toggler, .navbar-nav {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navbar-toggleable-lg .navbar-collapse {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
nav.navbar {
|
||||
background: $purple-100 url(~assets/svg/for-css/bits.svg) right no-repeat;
|
||||
padding-left: 25px;
|
||||
|
||||
Reference in New Issue
Block a user