mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 08:59:48 +00:00
Attempt to make LCJ Menu look more like the OG
Also some code cleanup for it
This commit is contained in:
@@ -3,7 +3,7 @@ body
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: Minecraft Default;
|
||||
font-size: 14dp;
|
||||
font-size: 36dp;
|
||||
font-effect: shadow(1dp 1dp #000000);
|
||||
color: #ffffff;
|
||||
background: transparent;
|
||||
@@ -14,8 +14,8 @@ body
|
||||
|
||||
div#lcj_menu
|
||||
{
|
||||
width: 650dp;
|
||||
height: 600dp;
|
||||
width: 898dp;
|
||||
height: 774dp;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -24,8 +24,8 @@ div#lcj_menu
|
||||
|
||||
div#tab_bar
|
||||
{
|
||||
width: 682dp;
|
||||
height: 56dp;
|
||||
width: 930dp;
|
||||
height: 92dp;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-bottom: 0;
|
||||
@@ -36,13 +36,14 @@ div#tab_bar
|
||||
button.tab
|
||||
{
|
||||
display: block;
|
||||
height: 56dp;
|
||||
height: 92dp;
|
||||
flex: 0;
|
||||
color: #ffffff;
|
||||
font-size: 22dp;
|
||||
color: #000000;
|
||||
font-size: 36dp;
|
||||
font-effect: none;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
line-height: 63dp;
|
||||
line-height: 100dp;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border-width: 0px;
|
||||
@@ -55,7 +56,7 @@ button.tab
|
||||
button.tab:hover,
|
||||
button.tab.selected
|
||||
{
|
||||
line-height: 58dp;
|
||||
line-height: 80dp;
|
||||
}
|
||||
|
||||
button.tab_left
|
||||
@@ -124,8 +125,7 @@ div.list_container
|
||||
div.list_item
|
||||
{
|
||||
width: 100%;
|
||||
height: 48dp;
|
||||
margin-bottom: 4dp;
|
||||
height: 90dp;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@@ -144,12 +144,12 @@ div.list_item button
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
padding-left: 16dp;
|
||||
padding-left: 20dp;
|
||||
padding-right: 16dp;
|
||||
margin: 0 20dp;
|
||||
gap: 8dp;
|
||||
margin: 0 44dp;
|
||||
gap: 30dp;
|
||||
color: #ffffff;
|
||||
font-size: 20dp;
|
||||
font-size: 36dp;
|
||||
background: transparent;
|
||||
border-width: 0px;
|
||||
cursor: pointer;
|
||||
@@ -165,15 +165,15 @@ div.list_item button.selected
|
||||
|
||||
div.list_item button img.thumb
|
||||
{
|
||||
width: 32dp;
|
||||
height: 32dp;
|
||||
width: 64dp;
|
||||
height: 64dp;
|
||||
}
|
||||
|
||||
div.timer
|
||||
{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 18dp;
|
||||
font-size: 36dp;
|
||||
color: #aaaaaa;
|
||||
padding: 20dp 0;
|
||||
display: none;
|
||||
@@ -183,7 +183,7 @@ div.no_games
|
||||
{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 18dp;
|
||||
font-size: 36dp;
|
||||
color: #aaaaaa;
|
||||
padding: 40dp 0;
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user