This commit is contained in:
邱博亞 2024-09-16 12:22:26 +08:00
parent 459e89fafc
commit 1bfaf4d6f4
2 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@
position: relative; position: relative;
} }
.channel-accordion .channel-accordion-toggle { .accordion.channel-accordion .channel-accordion-toggle {
background-color: #fff; background-color: #fff;
font-size: 16px; font-size: 16px;
padding: 16px; padding: 16px;
@ -36,7 +36,7 @@
outline: none; outline: none;
} }
.channel-dropdown { .dropdown.channel-dropdown {
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 12px; top: 12px;

View File

@ -39,10 +39,12 @@
} }
.module{ .module{
text-align: center; text-align: center;
width: 120px; width: 125px;
display: inline-block; display: inline-block;
margin: 8px 5px; margin: 8px 5px;
padding: 15px 0px; padding: 15px 0px;
vertical-align: top;
overflow-wrap: break-word;
} }
.module.cursor-pointer { .module.cursor-pointer {
cursor: pointer; cursor: pointer;