1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #844 from BoostIO/fix-layout

Fix layout
This commit is contained in:
Kazu Yokomizo
2017-09-08 01:39:02 +09:00
committed by GitHub

View File

@@ -51,12 +51,12 @@ code {
color: rgba(147,147,149,0.8);;
fill: rgba(147,147,149,1);;
border-radius: 50%;
margin: 7px;
margin: 0px 10px;
border: none;
background-color: transparent;
outline: none;
height: 32px;
width: 32px;
height: 15px;
width: 15px;
cursor: pointer;
}