Another batch of tweaks

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

View File

@@ -240,10 +240,8 @@
<div class="setting_tile_area" id="Theme"> <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 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> </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);"> <div id="palette_area">
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">navigate_next</span> Palette</h4> <b style="font-size: 20px;">Palette</b>
</div>
<div id="palette_area" class="hidden">
<div id="save_theme_area" > <div id="save_theme_area" >
<input type="text" id="save_theme_name" autocomplete="off" placeholder="New Theme Name"/> <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> <span class="material-icons-outlined cursor" title="Save Theme" onclick='save_theme();'>save</span>

View File

@@ -90,7 +90,7 @@
</span> </span>
</div> </div>
</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 class="token_breakdown">
<div id="memory_tokens" style="width:40%; background-color: #3572A5;"></div> <div id="memory_tokens" style="width:40%; background-color: #3572A5;"></div>
<div id="authors_notes_tokens" style="width:10%; background-color: #f1e05a;"></div> <div id="authors_notes_tokens" style="width:10%; background-color: #f1e05a;"></div>