Skip to content

Commit

Permalink
Make border thicker and slightly round
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jan 11, 2020
1 parent 9ce80e4 commit c09126b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions figwheel_server.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Notifying browser that CSS file changed: resources/public/css/asciinema-player.css
Compiling build :dev to "resources/public/js/dev.js" from ["src" "dev/cljs"]...
Successfully compiled build :dev to "resources/public/js/dev.js" in 1.103 seconds.
Notifying browser that CSS file changed: resources/public/css/asciinema-player.css
Compiling build :dev to "resources/public/js/dev.js" from ["src" "dev/cljs"]...
Successfully compiled build :dev to "resources/public/js/dev.js" in 0.505 seconds.
Notifying browser that CSS file changed: resources/public/css/asciinema-player.css
1 change: 1 addition & 0 deletions src/less/partials/_player.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@
-webkit-box-sizing: content-box;
overflow: hidden;
max-width: 100%;
border-radius: 4px;
}
}
2 changes: 1 addition & 1 deletion src/less/partials/_terminal.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
border-radius: 0;
border-style: solid;
cursor: text;
border-width: 0.5em;
border-width: 0.75em;

.terminal-font;

Expand Down

0 comments on commit c09126b

Please sign in to comment.