systemcontrols changes
This commit is contained in:
+18
-4
@@ -136,7 +136,8 @@ button:hover {
|
|||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
float:left;
|
float: left;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topnav button:hover {
|
.topnav button:hover {
|
||||||
@@ -291,16 +292,23 @@ button:hover {
|
|||||||
|
|
||||||
.systemcontrols button {
|
.systemcontrols button {
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
background-color: rgb(159, 226, 155);
|
background-color: rgb(219, 255, 235);
|
||||||
width: 20%;
|
padding: 12px;
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 1000px) {
|
||||||
|
.systemcontrols button{
|
||||||
|
width: 60%;
|
||||||
|
padding: 12px;
|
||||||
|
background-color: rgb(219, 255, 235);
|
||||||
|
}
|
||||||
.topnav button {display: none;}
|
.topnav button {display: none;}
|
||||||
|
.topnav button {width: 50%;}
|
||||||
.topnav button.icon {
|
.topnav button.icon {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -342,6 +350,11 @@ body::-webkit-scrollbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
|
.systemcontrols button{
|
||||||
|
width: 80%;
|
||||||
|
padding: 12px;
|
||||||
|
background-color: rgb(219, 255, 235);
|
||||||
|
}
|
||||||
.stats img {
|
.stats img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left:auto;
|
margin-left:auto;
|
||||||
@@ -376,6 +389,7 @@ body::-webkit-scrollbar {
|
|||||||
}
|
}
|
||||||
.topnav button {
|
.topnav button {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
width: 100%
|
||||||
}
|
}
|
||||||
.topnav button {display: none;}
|
.topnav button {display: none;}
|
||||||
.topnav button.icon {
|
.topnav button.icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user