fix header styling when logged in

This commit is contained in:
Jonas Heinrich 2020-04-09 11:33:35 +02:00
parent b6a5c5792d
commit 86a88b4947
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Fork of the experimental KIT theme from kit-ausbildung.de, adapted to Wordpres.
* Seiten: FAQ, Impressum, Datenschutz
* Klicken auf Menü erstellen
* Position im Theme: Footer Menü
* Suchseite anlegen https://codex.wordpress.org/Creating_a_Search_Page#Using_the_page.php
* **From the appstore:** The most recent and stable version of the app can be found in the [official appstore](https://apps.nextcloud.com/apps/radio).
* **Using git:** In your `nextcloud/apps/` directory, run `git clone https://git.project-insanity.org/onny/nextcloud-app-radio.git radio`. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app.
* **Using the zip archive:** Download the latest [tar.bz2 archive](https://git.project-insanity.org/onny/nextcloud-app-radio/repository/archive.tar.bz2?ref=master), extract the directory inside your `nextcloud/apps/` directory, and rename it to `radio`. For stable releases, you can also download one of the [releases](https://git.project-insanity.org/onny/nextcloud-app-radio/) tar.bz2 archives. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app.

View file

@ -10,6 +10,10 @@ header {
background-color: #ffffff;
}
body.logged-in header {
top: 31px;
}
header::after {
content: '';
position: absolute;