Fix inherit tag

This commit is contained in:
olcxja 2026-05-15 10:12:13 +02:00
commit 134a341b6d
3 changed files with 35 additions and 35 deletions

View file

@ -55,21 +55,21 @@
</sidebar>
<sidebar class="second" id="roomsbar">
<roomtopbar>
<inherit></inherit>
<inherit style="display: flex;"></inherit>
</roomtopbar>
<roomcontent2>
</roomcontent2>
</sidebar>
<roomcontent>
<roomtopbar>
<inherit></inherit>
<inherit style="display: flex;"></inherit>
</roomtopbar>
<roomcontent2>
</roomcontent2>
</roomcontent>
<sidebar class="second" id="roomdetailsbar" style="display: none;">
<roomtopbar>
<inherit></inherit>
<inherit style="display: flex;"></inherit>
</roomtopbar>
<roomcontent2>
</roomcontent2>

View file

@ -90,9 +90,9 @@ var homeRoomBar = `
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
</button>
</div>
</div>
<div class="sidebar-section-header">
<div class="sidebar-section-header">
<button class="collapse-text-button" id="collapse-groups" onclick="clickCollapseGroups()">
<span><blah>title.groups</blah></span>
<svg class="chevron" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
@ -107,7 +107,7 @@ var homeRoomBar = `
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
</button>
</div>
</div>
`;

View file

@ -374,7 +374,7 @@ blah, inherit, .inherit {
all: inherit;
padding: 0;
margin: 0;
display: flex;
display: inline;
opacity: 1;
border: none;
}