Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 19, 2023
1 parent dd9a837 commit 681981e
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -920,16 +920,19 @@ body.is_recording header#pluto-nav {
#record-ui-container > .overlay-button.playback {
border-color: #c6c6dc;
}
#record-ui-container span.stop-recording-icon::after {
span.pluto-icon.stop-recording-icon::after {
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/stop-circle-outline.svg");
}
#record-ui-container span.microphone-icon::after {
span.pluto-icon.microphone-icon::after {
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/mic-outline.svg");
}
#record-ui-container span.mute-icon::after {
span.pluto-icon.info-icon::after {
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/information-circle-outline.svg");
}
span.pluto-icon.mute-icon::after {
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/mic-off-outline.svg");
}
#record-ui-container span.follow-recording-icon::after {
span.pluto-icon.follow-recording-icon::after {
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/arrow-undo-outline.svg");
}

Expand Down Expand Up @@ -1007,11 +1010,11 @@ main > preamble #saveall-container.saved > span {
span.pluto-icon::after {
content: "";
display: inline-block;
padding-right: 20px;
/* width: 17px; */
height: 18px;
margin-bottom: -5px;
background-size: 17px 17px;
padding-right: 1.5em;
height: 1.3em;
margin-bottom: -0.3em;
transform: translateY(-0.1em);
background-size: 1.3em;
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/sync-circle-outline.svg");
background-repeat: no-repeat;
background-position-x: right;
Expand Down

0 comments on commit 681981e

Please sign in to comment.