mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-23 11:28:32 +00:00
menu alignment fixed (try2)
This commit is contained in:
parent
85cd7056b7
commit
1b58ee35d4
12
main.css
12
main.css
@ -606,12 +606,12 @@ body.darktheme .credits>a:visited {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainmenu .row {
|
#mainmenu.row {
|
||||||
align-content: center;
|
align-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
#mainmenu .row:after {
|
#mainmenu.row:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -1067,12 +1067,6 @@ button.glyphicon-button.active.focus {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
|
||||||
align-content: center;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#controlButtons {
|
#controlButtons {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 995;
|
z-index: 995;
|
||||||
@ -2164,7 +2158,7 @@ span[data-action-type="stats-graphs-details-container"]>span{
|
|||||||
}
|
}
|
||||||
.canvasStats{
|
.canvasStats{
|
||||||
background-color: black;
|
background-color: black;
|
||||||
width: calc(100%);
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin: 0 5px 5px 0;
|
margin: 0 5px 5px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user