mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Fix for misalignment of hamburger icon
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
nav .button-collapse
|
||||
{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* label color */
|
||||
.input-field label {
|
||||
color: #000;
|
||||
@@ -60,24 +65,6 @@
|
||||
/*display: block;*/
|
||||
}
|
||||
|
||||
/*
|
||||
.digimark-card-header-tags
|
||||
{
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
height: 50px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
.digimark-card-header-tags
|
||||
{
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
height: 60px;
|
||||
}
|
||||
*/
|
||||
|
||||
.card .digimark-card-content
|
||||
{
|
||||
padding-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user