feat(csharp): implement design for mobile devices

This commit is contained in:
Serik Ibragimov
2024-05-21 13:11:01 +05:00
parent 083de6993c
commit 259c121707
9 changed files with 302 additions and 6 deletions

View File

@ -42,11 +42,23 @@
<body>
<form id="form1" runat="server">
<header>
<div class="center">
<div class="center main-nav">
<a href="./">
<img src ="app_themes/images/logo.svg" alt="ONLYOFFICE" />
</a>
</div>
<menu class="responsive-nav">
<li>
<a href="#">
<img src="app_themes/images/mobile-menu.svg" alt="ONLYOFFICE" />
</a>
</li>
<li>
<a href="./">
<img src ="app_themes/images/mobile-logo.svg" alt="ONLYOFFICE" />
</a>
</li>
</menu>
</header>
<div class="center main">
<table class="table-main">