mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
made base.html resposive on all screens
This commit is contained in:
parent
4bbfa8d455
commit
2f480f6750
|
@ -123,7 +123,6 @@ pre.highlight code {
|
|||
background-color: #020203;
|
||||
}
|
||||
|
||||
|
||||
.sidebar .menu-list ul .sub-menu li a,
|
||||
.sidebar .menu-list li .sub-menu li a {
|
||||
display: block;
|
||||
|
@ -204,7 +203,6 @@ body {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
/* @group Language Switcher */
|
||||
|
||||
.sidebar .menu-list.menu-list-bottom {
|
||||
|
@ -225,7 +223,6 @@ body {
|
|||
|
||||
/* @end Language Switcher */
|
||||
|
||||
|
||||
/* @group Docs Content */
|
||||
|
||||
.docs-content .meta .label {
|
||||
|
@ -251,6 +248,7 @@ body {
|
|||
/* @end Docs Content */
|
||||
|
||||
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.main-container {
|
||||
padding-left: 15px;
|
||||
|
@ -283,7 +281,6 @@ body {
|
|||
.sidebar .brand {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
text-align: left !important;
|
||||
font-size: 22px;
|
||||
padding: 0;
|
||||
|
@ -297,7 +294,7 @@ body {
|
|||
display: block;
|
||||
}
|
||||
#main {
|
||||
width:calc(100% - 225px);
|
||||
width: calc(100% - 225px);
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
@ -345,11 +342,11 @@ body {
|
|||
}
|
||||
|
||||
.highlight {
|
||||
background-color: #f7f7f9
|
||||
background-color: #f7f7f9;
|
||||
}
|
||||
|
||||
.checkbox label.control-label {
|
||||
font-weight: bold
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user