Added memory management to Java tab.
This commit is contained in:
@@ -1331,6 +1331,86 @@ input:checked + .toggleSwitchSlider:before {
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
/* * *
|
||||
* Settings View (Java Tab)
|
||||
* * */
|
||||
|
||||
#settingsMemoryContainer {
|
||||
width: 75%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.50);
|
||||
}
|
||||
|
||||
#settingsMemoryTitle {
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
#settingsMemoryContent {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
#settingsMemoryContentLeft {
|
||||
width: 69%;
|
||||
}
|
||||
#settingsMemoryContentRight {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.settingsMemoryHeader {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.settingsMemoryActionContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.settingsMemoryLabel {
|
||||
font-size: 14px;
|
||||
margin-right: 3%;
|
||||
}
|
||||
|
||||
#settingsMemoryDesc {
|
||||
font-size: 10px;
|
||||
margin: 20px 0px;
|
||||
color: lightgrey;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#settingsMaxRAMRange,
|
||||
#settingsMinRAMRange {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
#settingsMemoryStatus {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#settingsMemoryStatus > .settingsMemoryStatusContainer:not(:last-child){
|
||||
margin-bottom: 50%;
|
||||
}
|
||||
.settingsMemoryStatusContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.settingsMemoryStatusTitle {
|
||||
font-size: 12px;
|
||||
color: grey;
|
||||
font-weight: bold;
|
||||
}
|
||||
.settingsMemoryStatusValue {
|
||||
color: lightgrey;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Landing View (Structural Styles) *
|
||||
|
||||
Reference in New Issue
Block a user