diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index a5160c8..2227e89 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,11 +1,19 @@ - + sqlite.xerial true org.sqlite.JDBC jdbc:sqlite:$PROJECT_DIR$/skolehjem/database/laravel.sqlite + + + file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.31.1/license.txt + + + file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.31.1/sqlite-jdbc-3.31.1.jar + + \ No newline at end of file diff --git a/skolehjem/public/css/webapp.css b/skolehjem/public/css/webapp.css index e9ec7da..c953bde 100644 --- a/skolehjem/public/css/webapp.css +++ b/skolehjem/public/css/webapp.css @@ -6752,7 +6752,7 @@ main { @media (min-width: 410px) { .calendar-table__header .calendar-table__col { - width: 54px; + width: 47.5px; } } diff --git a/skolehjem/resources/sass/webapp/_default.scss b/skolehjem/resources/sass/webapp/_default.scss index 02677db..dcde956 100644 --- a/skolehjem/resources/sass/webapp/_default.scss +++ b/skolehjem/resources/sass/webapp/_default.scss @@ -296,7 +296,7 @@ $primary-color: $blue; } @include mq(410) { - width: 54px; + width: 47.5px; } } }