diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-23 09:37:00 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-23 09:37:00 +0200 |
commit | c5c3505cbeaae832c0bc42c0583d77fc2bff8b37 (patch) | |
tree | 6c790b0508b10d8651babc027cdc02f8df8fad80 /src/css | |
parent | 7a1f09d3236b74357c92ec18da69c3828c1a6db5 (diff) | |
download | arching-kaos-web-ui-c5c3505cbeaae832c0bc42c0583d77fc2bff8b37.tar.gz arching-kaos-web-ui-c5c3505cbeaae832c0bc42c0583d77fc2bff8b37.tar.bz2 arching-kaos-web-ui-c5c3505cbeaae832c0bc42c0583d77fc2bff8b37.zip |
Refactored menu with ak-generator, fixed mobile viewHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/akn.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/akn.css b/src/css/akn.css index 6298fbd..d879a0e 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -285,7 +285,7 @@ h1 { padding: 2px; overflow-y: auto; display: flex; - align-items: end; + /* align-items: end; */ background: #cacaca; width: 100%; color:rgb(51, 200, 234); @@ -342,7 +342,7 @@ button:hover { #double-floor { display: flex; - flex-direction: column; + flex-direction: row; } .upper-floor { |