Browse Source

update: attach css style

master
Dnomd343 2 years ago
parent
commit
545d84fbad
  1. 2
      Dockerfile
  2. 13
      attach.css

2
Dockerfile

@ -21,6 +21,8 @@ COPY --from=composer /composer.phar /usr/bin/composer
WORKDIR ./alltube-${ALLTUBE}/
RUN composer install --no-interaction --optimize-autoloader --no-dev
RUN mv ./config/config.example.yml ./config/config.yml
COPY ./attach.css /tmp/
RUN cat /tmp/attach.css >> ./css/style.css
RUN chmod 777 ./templates_c/
RUN mv $(pwd) /alltube/

13
attach.css

@ -0,0 +1,13 @@
.bookmarklet_wrapper {
display: none;
}
footer.small-font:hover {
opacity: 1;
}
footer.small-font {
opacity: 0;
transition: opacity .6s;
}
Loading…
Cancel
Save