Skip to content
Snippets Groups Projects
Commit 00f8bcba authored by Thomas Rientjes's avatar Thomas Rientjes
Browse files

Fix popup icon display issue

parent 826cfd9f
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,14 @@ h1 {
text-align: right;
}
.btn-sm {
font-size: 12px !important;
}
.text-link {
color: #adadad;
float: left;
font-size: 13px;
padding-left: 4px;
padding-top: 5px;
text-decoration: none;
......
......@@ -27,7 +27,7 @@
<section class="button-panel">
<a href="https://decentraleyes.org/test" target="_blank" class="text-link">decentraleyes.org/test</a>
<button id="options-button"><span class="fa"></span></button>
<button id="options-button" class="btn-sm">Options</button>
</section>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment