This commit is contained in:
2024-02-12 10:29:15 +07:00
parent 92331cc02b
commit 672bd0067e
3 changed files with 7 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ a {
margin-right: 13px;
}
.admin-menu-container .title {
width: calc(100% - 33px);
/*width: calc(100% - 33px);*/
}
.admin-menu-container .sub-menu {
padding: 13px 13px 13px 45px;
@@ -949,4 +949,4 @@ input[type=radio]:focus:before {
.list-info-reply td {
padding: 7px 6px;
border: 1px solid #ececec;
}/*# sourceMappingURL=pc_style.css.map */
}/*# sourceMappingURL=pc_style.css.map */

View File

@@ -213,7 +213,7 @@ a {
}
}
.title {
width: calc(100% - 33px);
/*width: calc(100% - 33px);*/
}
.sub-menu {
padding: 13px 13px 13px 45px;

View File

@@ -15,15 +15,17 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="stylesheet" media="screen" href="{{ 'fancybox.css' | asset_url }}" />
<link rel="stylesheet" media="screen" href="{{ 'pc_style.css' | asset_url }}" />
<link rel="stylesheet" media="screen" href="{{ 'pc_style.css' | asset_url }}?v12" />
<script src="{{ 'tailwindcss.js' | asset_url }}"></script>
<script src="{{ 'fancybox.js' | asset_url }}"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script>
</head>
<!--
{{ global|show_var }}
{{ page|show_var }}
-->
<body>
<div class="admin-global-container">
@@ -295,4 +297,4 @@
</body>
</html>
</html>