forked from olcxjas-softworks/LarpixClient
Fix inherit tag
This commit is contained in:
parent
bb736b26bd
commit
134a341b6d
3 changed files with 35 additions and 35 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ blah, inherit, .inherit {
|
|||
all: inherit;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
display: inline;
|
||||
opacity: 1;
|
||||
border: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue