mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-19 09:15:50 +02:00
Fix bad padding in introduction modal
This commit is contained in:
parent
61a73c055b
commit
04774815e4
@ -12,6 +12,10 @@
|
|||||||
height: 328px;
|
height: 328px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#td-introduction-modal .mdl-inner {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#td-introduction-modal .mdl-header-title {
|
#td-introduction-modal .mdl-header-title {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user