mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Fix for misalignment of hamburger icon
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
nav .button-collapse
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* label color */
|
/* label color */
|
||||||
.input-field label {
|
.input-field label {
|
||||||
color: #000;
|
color: #000;
|
||||||
@@ -60,24 +65,6 @@
|
|||||||
/*display: block;*/
|
/*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
|
.card .digimark-card-content
|
||||||
{
|
{
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user