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/>.
|
||||
*/
|
||||
|
||||
// About
|
||||
// Usage
|
||||
export default {
|
||||
id: 'usage',
|
||||
title_i18n_key: 'usage',
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user