improve style

This commit is contained in:
matth@ultra 2024-09-02 00:17:21 +02:00
parent e97cfc2ec0
commit a109bbc878
2 changed files with 14 additions and 14 deletions

View File

@ -24,18 +24,18 @@ default: css
.PHONY: clean install stop test php css
# Installation
ifndef ROOT_DIR
$(error Edit this Makefile and set the ROOT_DIR variable)
endif
ifndef INSTALL_DIR
$(error Edit this Makefile and set the INSTALL_DIR variable)
endif
ifndef STAGING_DIR
$(error Edit this Makefile and set the STAGING_DIR variable)
endif
ifndef ROOT_PATH
$(error Edit this Makefile and set the ROOT_PATH variable)
endif
# ifndef ROOT_DIR
# $(error Edit this Makefile and set the ROOT_DIR variable)
# endif
# ifndef INSTALL_DIR
# $(error Edit this Makefile and set the INSTALL_DIR variable)
# endif
# ifndef STAGING_DIR
# $(error Edit this Makefile and set the STAGING_DIR variable)
# endif
# ifndef ROOT_PATH
# $(error Edit this Makefile and set the ROOT_PATH variable)
# endif
SRC_DIR = src
_SRC_FLS = config.html config.js index.html index.js imgsort.php style.css style.css.map

View File

@ -234,8 +234,8 @@ button:hover {
width: 25%;
max-height: calc(100vh - 20px - 4px);
overflow: scroll;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.current-file {
height: 100%;