tweak: improve the usage bar visibility

This commit is contained in:
jelveh 2024-10-22 17:39:38 -07:00
parent 4e8c7455aa
commit 37aa2b1d06
2 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
// About // Usage
export default { export default {
id: 'usage', id: 'usage',
title_i18n_key: 'usage', title_i18n_key: 'usage',

View File

@ -3800,11 +3800,13 @@ fieldset[name=number-code] {
#storage-bar-wrapper { #storage-bar-wrapper {
width: 100%; width: 100%;
height: 15px; height: 20px;
border: 1px solid #8a9096; border: 1px solid #8a9096;
border-radius: 3px; border-radius: 3px;
background-color: #fff; background-color: #fff;
position: relative; position: relative;
display: flex;
align-items: center;
} }
#storage-bar { #storage-bar {
@ -3818,8 +3820,8 @@ fieldset[name=number-code] {
#storage-bar-host { #storage-bar-host {
float: left; float: left;
height: 15px; height: 100%;
background-color: #dbe3ef9c; background: linear-gradient(#dbe3ef, #c2ccdc, #dbe3ef);
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
width: 0; width: 0;