mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Remove party banner when below tablet size (fixes 10827) (#12289)
* Remove party banner when below tablet size - Use Bootstrap breakpoints to remove party banner @ 768px - Remove old media query that removed party button on small screens * Make progress bars smaller @ 992px - Makes room for party piece
This commit is contained in:
@@ -60,6 +60,9 @@
|
||||
border-radius: 1px;
|
||||
height: 12px;
|
||||
background-color: $header-dark-background;
|
||||
@media (max-width: 992px) {
|
||||
min-width: 160px;
|
||||
}
|
||||
}
|
||||
|
||||
.progress-container > .progress > .progress-bar {
|
||||
|
||||
Reference in New Issue
Block a user