1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-14 12:15:48 +02:00

Fix bad padding in introduction modal

This commit is contained in:
chylex 2018-02-07 03:20:58 +01:00
parent 61a73c055b
commit 04774815e4

View File

@ -12,6 +12,10 @@
height: 328px;
}
#td-introduction-modal .mdl-inner {
padding-top: 0;
}
#td-introduction-modal .mdl-header-title {
cursor: default;
}