diff options
| author | 2022-08-18 11:13:56 +0200 | |
|---|---|---|
| committer | 2022-08-18 11:13:56 +0200 | |
| commit | ea0d924985dc0c5aa089ed59c15282ea7e84c7a4 (patch) | |
| tree | c62134cf025c650a79392a2d99c04924c2ed10e0 /app/views/helpers/index/normal/entry_bottom.phtml | |
| parent | e27eb1ca9198119ea1b0bd79be5f1aead45d615a (diff) | |
Swage theme cleanup (#4493)
* some general.prompt styles now in template.css
* login button
* same layout for login and register form
* improve input and select
* legend with dark background instead grey
* fix config icon z-index
* remove unused code
* improve .prompt
* set header also on login and register page
* fix: show passwort button
* improve login button on login and register screen
* dropdown menu: smaller line height
* improve layout sidebar closer
* remove double code
* swage.css
* fix nits
* fix nits
* nits nits nits
* nits are all around us....
* better position of config button
* show header in mobile view + beauty the login button
* CSS files
* style the about FreshRSS link
* delete unused import.svg
* fix config sidebar padding
* fix position of user query button in mobile view
* improve config button in user query dropdown
* fix global view overlay
* fix close button aside bar in reader view
* generated CSS files
* Update swage.scss
* fix nav_menu icon color of unread and favorite
* improve search bar positioning in mobile view
* read-all dropdown menu opens to left side in mobile view
* restyle the new-article banner
* improve big read button
* make the header fixed while scrolling
* fix search input while scrolling
* improve config icons layout in .box
* fix scrollbar:hover in template.css
* improve article footer dropdowns
* swage.css
* Update main.js
* Update main.js
* fix (S)CSS
* config navigation improved
* left feed navigation: hover color added
* CSS files
* Update swage.scss
* New Article banner improved margin
* textarea: removed grey background
* remove unnecessary line
* Revert new-article banner layout
* Remove :hover in slider
* fix select height in sharing config
* Fix scrollbar for slider with white background
* fix: slider close button with theme color
* fixed scrollbar CSS
Diffstat (limited to 'app/views/helpers/index/normal/entry_bottom.phtml')
| -rw-r--r-- | app/views/helpers/index/normal/entry_bottom.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 05e62a41c..e58c37540 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -37,7 +37,7 @@ } // @phpstan-ignore-next-line if ($bottomline_labels) { - ?><li class="item"> + ?><li class="item labels"> <div class="dropdown dynamictags"> <div id="dropdown-labels-<?= $this->entry->id() ?>" class="dropdown-target"></div> <a class="dropdown-toggle" href="#dropdown-labels-<?= $this->entry->id() ?>"> @@ -58,7 +58,7 @@ } $tags = $bottomline_tags ? $this->entry->tags() : null; if (!empty($tags)) { - ?><li class="item"> + ?><li class="item tags"> <div class="dropdown"> <div id="dropdown-tags-<?= $this->entry->id() ?>" class="dropdown-target"></div> <a class="dropdown-toggle" href="#dropdown-tags-<?= $this->entry->id() ?>"> @@ -74,7 +74,7 @@ </div> </li><?php } - ?><li class="item"><?php + ?><li class="item share"><?php if ($bottomline_sharing) { ?><div class="dropdown"> <div id="dropdown-share-<?= $this->entry->id() ?>" class="dropdown-target"></div> |
