diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-11 23:28:58 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-11 23:28:58 +0200 |
commit | 2d6e231f81b6d37b459f2da130c29048055cc2d3 (patch) | |
tree | 583bf4c2d141a6cb5b57a810a2dc0116284e1a03 /src/css | |
parent | 8c8ae9cce8c0f992fe6701a203a55870772808d8 (diff) | |
download | arching-kaos-web-ui-2d6e231f81b6d37b459f2da130c29048055cc2d3.tar.gz arching-kaos-web-ui-2d6e231f81b6d37b459f2da130c29048055cc2d3.tar.bz2 arching-kaos-web-ui-2d6e231f81b6d37b459f2da130c29048055cc2d3.zip |
Style improvements
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/akn.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/css/akn.css b/src/css/akn.css index 0ad46eb..e7ded1e 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -1,5 +1,5 @@ * { - animation: fadeIn 0.2s; + animation: fadeIn 0.5s; } @keyframes fadeIn { @@ -218,10 +218,10 @@ article { top: 0; bottom: 0; float: left; - min-height: 80px; + min-height: 48px; justify-content: space-between; - max-height: 80px; - height: 80px; + max-height: 48px; + height: 48px; width: 100%; display: flex; flex-direction: row; @@ -231,7 +231,7 @@ article { .main{ position: fixed; - top: 80px; + top: 48px; /* background-color: #2a2a2a;*/ background-color: #000000; bottom: 62px; @@ -269,7 +269,7 @@ article { } .header img { - max-width: 80px; + max-width: 48px; width: 32px; width: -moz-available; width: -webkit-fill-available; @@ -284,6 +284,9 @@ h1 { padding: 2px; overflow-y: auto; display: flex; + align-items: end; + background: #cacaca; + width: 100%; color:rgb(51, 200, 234); } |