mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Make the summary bar reponsive for screen width between 979-768px
This commit is contained in:
parent
568b75e601
commit
d0af0645a7
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@ header.row .pagination {
|
|||
text-align: right;
|
||||
}
|
||||
}
|
||||
@media (max-width: 979px) and (min-width: 768px) {
|
||||
.summary_bar ul li.span2 {
|
||||
margin: 0px 10px;
|
||||
width: 96px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1199px) and (min-width: 980px) {
|
||||
.summary_bar ul li.span2 {
|
||||
width: 130px !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue