mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
tweak: improve the usage bar visibility
This commit is contained in:
parent
4e8c7455aa
commit
37aa2b1d06
@ -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',
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user