mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 19:42:20 -05:00
Made space for config menu in top bar of gui on small screens
This commit is contained in:
parent
bf31077cc2
commit
0cd7c4f788
@ -176,7 +176,8 @@ a{
|
|||||||
#header .wrapper {
|
#header .wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 960px;
|
width: 850px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
background: none;
|
background: none;
|
||||||
@ -192,7 +193,7 @@ a{
|
|||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: -5px;
|
left: 5px;
|
||||||
}
|
}
|
||||||
#versiontext {
|
#versiontext {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
@ -201,7 +202,7 @@ a{
|
|||||||
position: relative;
|
position: relative;
|
||||||
/* text-transform: lowercase;*/
|
/* text-transform: lowercase;*/
|
||||||
top: 42px;
|
top: 42px;
|
||||||
left: -5px
|
left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.update {
|
.update {
|
||||||
|
Loading…
Reference in New Issue
Block a user