mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Update styles/bootstrap-responsive.styl
This commit is contained in:
parent
ad3221a846
commit
858c2dded7
1 changed files with 14 additions and 0 deletions
14
styles/bootstrap-responsive.styl
vendored
14
styles/bootstrap-responsive.styl
vendored
|
|
@ -89,6 +89,7 @@
|
|||
.hidden-phone {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
@ -439,6 +440,10 @@
|
|||
.row-fluid .thumbnails {
|
||||
margin-left: 0;
|
||||
}
|
||||
#head .pull-right {
|
||||
margin-right: 2%
|
||||
margin-left: 1%
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 979px) {
|
||||
|
|
@ -780,6 +785,10 @@
|
|||
.uneditable-input.span1 {
|
||||
width: 28px;
|
||||
}
|
||||
#head .pull-right{
|
||||
margin-right: 2%
|
||||
margin-left: 1%
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
|
@ -878,6 +887,11 @@
|
|||
.modal.fade.in {
|
||||
top: 20px;
|
||||
}
|
||||
#head .pull-right{
|
||||
margin-right: 2%
|
||||
margin-left: 1%
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue