Skip to content

Commit

Permalink
fix: improve gap of control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DJChanahCJD committed Dec 10, 2024
1 parent 01b3561 commit c01edad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions admin-imgtc.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ body {
.video-controls, .audio-controls, .file-controls {
display: flex;
justify-content: center;
gap: 20px;
gap: 12px;
}

.like-btn i, .select-btn i {
Expand Down Expand Up @@ -437,9 +437,6 @@ body {
@media (max-width: 768px) {
.audio-card { max-height: none; }
.custom-audio-player { height: 32px; }
.audio-controls {
gap: 16px;
}
}
.website-edit-dialog .el-textarea__inner{
height: 240px !important;
Expand Down

0 comments on commit c01edad

Please sign in to comment.