Make table infobox work better at ~900px, fix menu button alignment on small screens
This commit is contained in:
@@ -7,3 +7,31 @@
|
||||
border: 0 none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 769px) and (max-width: 991px) {
|
||||
#table-infobox {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
#infobox-tabContent,
|
||||
#infobox-tab-container {
|
||||
max-width: 100%;
|
||||
}
|
||||
#infobox-tab {
|
||||
flex-direction: row !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
#table-infobox {
|
||||
border-left: none !important;
|
||||
}
|
||||
#table-title-container {
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#table-id {
|
||||
width: 100%;
|
||||
}
|
||||
#table-title {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user