aboutsummaryrefslogtreecommitdiff
path: root/templates/tabs.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-20 14:20:56 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-20 14:20:56 +0200
commit6555f37b56c537c09f8ec12a4a20c6d22af6094d (patch)
treef62ec2f62c0b6100cccf3a1ff75c66cf7d922503 /templates/tabs.php
parentc08a2211be28631fbeb5789f142472994abfc9d3 (diff)
fix little layout glitches, fixes #5836
Closes #5836 Merge request studip/studip!4450
Diffstat (limited to 'templates/tabs.php')
-rw-r--r--templates/tabs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tabs.php b/templates/tabs.php
index fa7ca27..ae1f409 100644
--- a/templates/tabs.php
+++ b/templates/tabs.php
@@ -45,7 +45,7 @@ foreach (Navigation::getItem("/")->getSubNavigation() as $path => $nav) {
<? endif; ?>
<? if (User::findCurrent()) : ?>
<div id="non-responsive-toggle-fullscreen">
- <button class="styleless" id="fullscreen-on"
+ <button class="as-link" id="fullscreen-on"
title="<?= _('Kompakte Navigation aktivieren') ?>">
<?= Icon::create('screen-compact')->asSvg(24) ?>
</button>