Commit graph

515 commits

Author SHA1 Message Date
6c123ffebb
Fix search style, as well as mobile z-index 2025-04-09 15:57:08 +02:00
a1c719fb0b
Fix size-changes and diff-view styling 2025-04-09 15:47:57 +02:00
999e516fd1
Fix media viewer styling 2025-04-09 12:42:59 +02:00
524eb67b9f
Adjust warning/alert/... styling 2025-04-09 12:23:15 +02:00
fccd7625a2
Fix editor picker z-index 2025-04-09 12:22:36 +02:00
991ad70636
Fix EditTable styling 2025-04-09 12:22:13 +02:00
ae4e62e50e
Remove 1px thin line on mobile view 2025-04-05 18:22:16 +02:00
475c42a588
Add padding to mobile nav sidebar 2025-04-05 18:16:02 +02:00
5618609833
Further fix collapsed search styling 2025-04-05 18:15:45 +02:00
a72a9858ad
Fix wrap-plugin styling 2025-04-05 16:47:44 +02:00
a5f2cf2b34
Fix theme-switch font size 2025-04-05 14:27:26 +02:00
37956dbf6e
Fix toc and tools borders 2025-04-05 14:23:13 +02:00
6bed0adc5c
Fix home-button styling 2025-04-05 14:22:57 +02:00
a959eee276
Add text shades 2025-04-05 13:24:19 +02:00
7f03663a90
Fix tools styling 2025-04-05 13:24:08 +02:00
0003a35d58
Fix collapsed search styling 2025-04-05 13:07:07 +02:00
bb4043a39d
Fix lang-switcher and toc styling 2025-04-05 13:03:01 +02:00
3146dd8025
Fix nav-bar item styling 2025-04-05 12:13:21 +02:00
788c880bbb
respect prefers-reduce-motion flag 2025-03-25 22:57:26 +01:00
1e32d6cf09
Make theme switch tab focusable 2025-03-06 03:10:45 +01:00
a43ea460c3
Adjust theme switch 2025-03-03 22:56:33 +01:00
0501598d41
WIP 02: style adjustments to match eh22 styleguide 2025-02-20 22:03:16 +01:00
a4e83ec21a
WIP 02: style adjustments to match eh22 styleguide 2025-02-15 13:00:05 +01:00
9402a254c6
WIP style adjustments to match eh22 styleguide 2025-02-15 03:32:26 +01:00
Andreas Gohr
5e6b918311 adjust section highlighting for Kaos
This should fix flickering when hovering edit buttons. It will probably
break compatibility with earlier releases
2024-03-12 09:45:30 +01:00
Andreas Gohr
9603fc81cf added config for optional copyright notice 2024-02-08 09:24:23 +01:00
Andreas Gohr
ee2fe713b4 align toollists to the left in sidebar 2023-09-12 11:16:10 +02:00
Andreas Gohr
b8adbb9e24 streamline page attributes
Page attribute icons should now align better and all look the same.
2023-09-12 11:06:19 +02:00
Anna Dabrowska
844596f721 Plugin starred: fix button height 2023-09-04 13:23:46 +02:00
Andreas Gohr
80e39be048 Adjust sidebar panel margin
Since navigation panels now always close when the sidebar is minimized,
it's not longer necessare to move their contents out of the visible
margin under the icons. This gives a bit more space for contents.
2023-07-10 13:10:43 +02:00
Andreas Gohr
cfa8d1441b added support for translation plugin 2021-10-21 19:14:19 +02:00
Andreas Gohr
c02d0b76f4 fix sitetools overlapping footnotes. closes #43 2021-07-22 17:08:29 +02:00
Andreas Gohr
c32fbbe17e hide sidebar tplinc includes when sidebar is collapsed 2021-07-01 10:12:38 +02:00
Andreas Gohr
3d614df88e Revert "Fix usertools vertical alignment"
This reverts commit ed2d0a6275.
2021-06-08 17:43:50 +02:00
Andreas Gohr
cda6c96a0f
Merge pull request #77 from fschrempf/style-fixes
Topbar and sidebar styling fixes
2021-06-03 09:38:26 +02:00
Andreas Gohr
99cb0c43c0 load logo image larger. partly fixes #53
We now load the image in a larger size than needed and resize via CSS.
This should make it crisper.
2021-06-03 09:08:10 +02:00
Frieder Schrempf
ed2d0a6275
Fix usertools vertical alignment
Remove the padding hacks and properly center the username vertically.

Signed-off-by: Frieder Schrempf <dev@fris.de>
2021-04-30 18:26:12 +02:00
Frieder Schrempf
2fcd429b96
Fix top margin for starred nav menu item
There is no reason to have a margin above the starred menu item.
Remove it.

Signed-off-by: Frieder Schrempf <dev@fris.de>
2021-04-30 15:43:47 +02:00
Andreas Gohr
afa797dbbd easier anchor linking 2020-11-19 12:35:24 +01:00
Andreas Gohr
8bbec98f22 avoid flickering on scroll
Previoulsy when position fixing the TOC on scroll the page got shorter.
This changed the scroll position which in certain circumstances could
unfix the TOC again, making the page longer again... this made the whole
page flicker like mad.

This should avoid shortening the page.

A proper fix would require to clean up the whole structuring of the HTML
and CSS, which would probably be a good idea but would require a lot of
effort.
2020-09-03 14:38:55 +02:00
Anna Dabrowska
82d1213b18 Only sticky TOC has limited height 2020-01-22 12:56:52 +01:00
Anna Dabrowska
4a3c800f62 Remove top gap above sticky meta tabs 2020-01-22 12:14:38 +01:00
Anna Dabrowska
a0b1eecca4 Sticky meta tabs (TOC etc.) 2020-01-22 12:01:35 +01:00
Anna Dabrowska
b05c3b3ce4 Fastwiki compatibility
Hide unused TOC bar in edit mode
2019-06-24 12:54:57 +02:00
Jana Deutschländer
0b9678aaf3 #39: Bugfix for missing checkbox in media revisions 2019-04-17 16:26:19 +02:00
Andreas Gohr
e8647cb75c
Merge pull request #33 from cosmocode/improve-less-formatting
Improve less formatting
2019-04-11 16:39:36 +02:00
Andreas Gohr
958101e7a6
Merge pull request #37 from annda/tablelaoyut
Add CSS for plugin tablelayout
2019-04-11 16:22:24 +02:00
Anna Dabrowska
60176978c4 Add CSS for plugin tablelayout 2019-04-11 16:10:47 +02:00
Jana Deutschländer
b026e6a8fd #30: Make both logo and login clickable in Compact Mode 2019-04-11 15:31:39 +02:00
Jana Deutschländer
84a0ae34e4 Merge remote-tracking branch 'origin/master' into improve-less-formatting 2019-04-11 15:20:52 +02:00