Merge pull request #62 from GuiAworld/UI2

Another batch of tweaks
This commit is contained in:
ebolam
2022-08-25 11:12:24 -04:00
committed by GitHub
3 changed files with 19 additions and 7 deletions

View File

@@ -595,7 +595,7 @@ input[type="range"]::-ms-fill-upper {
.var_sync_system_theme_list{
padding: 6px 0 9px 0;
margin-left: 5px;
margin-left: 10px;
border-radius: 5px;
color: var(--dropdown_text);
background: var(--dropdown_background);
@@ -608,6 +608,7 @@ input[type="range"]::-ms-fill-upper {
#save_theme_area {
width: 100%;
position: relative;
}
#save_theme_name {
@@ -693,7 +694,7 @@ input[type="range"]::-ms-fill-upper {
.rightSideMenu .flyout_menu_contents {
overflow-x: hidden;
overflow-y: hidden;
height: calc(100vh - 70px);
height: calc(100vh - 34px);
}
@@ -1109,6 +1110,15 @@ body {
margin-left: 10px;
}
.themerow .tabrow:before {
border-bottom: 0;
}
.themerow .tabrow {
line-height: 25px;
padding-left: 10px;
margin-top: 2px;
}
.inputrow {
grid-area: inputrow;
z-index: 2;
@@ -1656,6 +1666,10 @@ body.NotConnected {
font-feature-settings: 'liga';
}
.material-icons-outlined.cursor:hover{
filter: brightness(85%);
}
h2 .material-icons-outlined {
font-size: 32px;
}

View File

@@ -240,10 +240,8 @@
<div class="setting_tile_area" id="Theme">
<select id="selected_theme" class="var_sync_system_theme_list" autocomplete="off" onchange="Change_Theme(this.value);">
</select><span class="material-icons-outlined cursor" title="Refresh List" onclick="socket.emit('theme_list_refresh', '');">autorenew</span>
<div class="collapsable_header" onclick="toggle_setting_category(this);">
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">navigate_next</span> Palette</h4>
</div>
<div id="palette_area" class="hidden">
<div id="palette_area">
<b style="font-size: 20px;">Palette</b>
<div id="save_theme_area" >
<input type="text" id="save_theme_name" autocomplete="off" placeholder="New Theme Name"/>
<span class="material-icons-outlined cursor" title="Save Theme" onclick='save_theme();'>save</span>

View File

@@ -90,7 +90,7 @@
</span>
</div>
</div>
<div style="border-top:2px;border-top-color:grey;border-top-style: solid;">
<div style="border-top:2px;border-top-color:grey;border-top-style: solid;padding-top: 10px;">
<div class="token_breakdown">
<div id="memory_tokens" style="width:40%; background-color: #3572A5;"></div>
<div id="authors_notes_tokens" style="width:10%; background-color: #f1e05a;"></div>