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/>.
*/
// About
// Usage
export default {
id: 'usage',
title_i18n_key: 'usage',

View File

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