diff options
author | 0neGal <mail@0negal.com> | 2022-02-05 18:47:46 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-05 18:51:48 +0100 |
commit | 392a46168971eb3a4d578cec2b8ebea533e02747 (patch) | |
tree | a7768a5aba596cab07f252589776f262949e9967 /src/app/main.css | |
parent | 32f4e5e1436ef5ba0faa466b03fbde2bb870fdc5 (diff) | |
download | Viper-392a46168971eb3a4d578cec2b8ebea533e02747.tar.gz Viper-392a46168971eb3a4d578cec2b8ebea533e02747.zip |
implemented limit to loading packages
I have no clue if 50 packages is too small or too, big, we'll adjust
this the more mods that arrive. I also made the browser auto scroll to
the top when closed, it looks far better.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index e48625b..b6a07eb 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -177,6 +177,13 @@ button { height: calc(100% - var(--mischeight) - var(--height)); } +#browser .message { + color: white; + text-align: center; + margin: var(--padding); + width: calc(100% - var(--padding)); +} + #browser .el .image, #browser .el .image img { width: var(--height); height: var(--height); |